这是indexloc提供的服务,不要输入任何密码
Skip to content

fix typo #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/firewall_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion vercel/resource_firewall_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down