Skip to content

Commit

Permalink
docs: update firewall_rule action description (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusC-UpCloud authored Jan 21, 2025
1 parent b1f129b commit 3a1ee69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/firewall/firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func ResourceFirewallRules() *schema.Resource {
},
"action": {
Type: schema.TypeString,
Description: "Action to take if the rule conditions are met",
Description: "Action to take if the rule conditions are met. Valid values `accept | drop`",
Required: true,
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{"accept", "drop"}, false),
Expand Down

0 comments on commit 3a1ee69

Please sign in to comment.