diff --git a/docs/resources/firewall_config.md b/docs/resources/firewall_config.md index 0891e48c..37e24e6e 100644 --- a/docs/resources/firewall_config.md +++ b/docs/resources/firewall_config.md @@ -404,7 +404,7 @@ Required: Optional: -- `action_duration` (String) Forward persistence of a rule aciton +- `action_duration` (String) Forward persistence of a rule action - `rate_limit` (Attributes) Behavior or a rate limiting action. Required if action is rate_limit (see [below for nested schema](#nestedatt--rules--rule--action--rate_limit)) - `redirect` (Attributes) How to redirect a request. Required if action is redirect (see [below for nested schema](#nestedatt--rules--rule--action--redirect)) diff --git a/vercel/resource_firewall_config.go b/vercel/resource_firewall_config.go index f2d44c84..d14db817 100644 --- a/vercel/resource_firewall_config.go +++ b/vercel/resource_firewall_config.go @@ -255,7 +255,7 @@ Define Custom Rules to shape the way your traffic is handled by the Vercel Edge }, }, "action_duration": schema.StringAttribute{ - Description: "Forward persistence of a rule aciton", + Description: "Forward persistence of a rule action", Optional: true, }, },