Skip to content

Commit

Permalink
add tags param to documentation for:
Browse files Browse the repository at this point in the history
                  aws_wafregional_rate_based_rule
                  aws_wafregional_rule
                  aws_wafregional_rule_group
                  aws_wafregional_web_acl
  • Loading branch information
DrFaust92 authored and Ilia Lazebnik committed Oct 9, 2019
1 parent 84733a4 commit 34a3e53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/r/wafregional_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.
* `predicate` - (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/wafregional_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The following arguments are supported:
* `name` - (Required) The name or description of the rule.
* `metric_name` - (Required) The name or description for the Amazon CloudWatch metric of this rule.
* `predicate` - (Optional) The objects to include in a rule (documented below).
* `tags` - (Optional) Key-value mapping of resource tags

## Nested Fields

Expand Down
1 change: 1 addition & 0 deletions website/docs/r/wafregional_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
1 change: 1 addition & 0 deletions website/docs/r/wafregional_web_acl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ The following arguments are supported:
* `name` - (Required) The name or description of the web ACL.
* `logging_configuration` - (Optional) Configuration block to enable WAF logging. Detailed below.
* `rule` - (Optional) Set of configuration blocks containing rules for the web ACL. Detailed below.
* `tags` - (Optional) Key-value mapping of resource tags

### `default_action` Configuration Block

Expand Down

0 comments on commit 34a3e53

Please sign in to comment.