Skip to content

Commit

Permalink
add tags param to documentation for:
Browse files Browse the repository at this point in the history
aws_waf_rate_based_rule
aws_waf_rule
aws_waf_rule_group
  • Loading branch information
DrFaust92 authored and Ilia Lazebnik committed Oct 9, 2019
1 parent 4d3e23a commit 84733a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/waf_rate_based_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The following arguments are supported:
* `rate_key` - (Required) Valid value is IP.
* `rate_limit` - (Required) The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. Minimum value is 100.
* `predicates` - (Optional) The objects to include in a rule (documented below).
* `tags` - (Optional) Key-value mapping of resource tags

## Nested Blocks

Expand Down
1 change: 1 addition & 0 deletions website/docs/r/waf_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The following arguments are supported:
* `metric_name` - (Required) The name or description for the Amazon CloudWatch metric of this rule. The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain whitespace.
* `name` - (Required) The name or description of the rule.
* `predicates` - (Optional) The objects to include in a rule (documented below).
* `tags` - (Optional) Key-value mapping of resource tags

## Nested Blocks

Expand Down
1 change: 1 addition & 0 deletions website/docs/r/waf_rule_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ The following arguments are supported:
* `name` - (Required) A friendly name of the rule group
* `metric_name` - (Required) A friendly name for the metrics from the rule group
* `activated_rule` - (Optional) A list of activated rules, see below
* `tags` - (Optional) Key-value mapping of resource tags

## Nested Blocks

Expand Down

0 comments on commit 84733a4

Please sign in to comment.