From 6c5cab7b8d014caf8eaface00c5cbd6bd71804de Mon Sep 17 00:00:00 2001 From: Sharon Nam Date: Thu, 1 Aug 2024 12:27:44 -0700 Subject: [PATCH] fix markdown --- website/docs/r/wafv2_web_acl.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/wafv2_web_acl.html.markdown b/website/docs/r/wafv2_web_acl.html.markdown index e049b1690e8a..b103021d1b46 100644 --- a/website/docs/r/wafv2_web_acl.html.markdown +++ b/website/docs/r/wafv2_web_acl.html.markdown @@ -465,7 +465,7 @@ This resource supports the following arguments: * `description` - (Optional) Friendly description of the WebACL. * `name` - (Required, Forces new resource) Friendly name of the WebACL. * `rule` - (Optional) Rule blocks used to identify the web requests that you want to `allow`, `block`, or `count`. See [`rule`](#rule-block) below for details. -* `rule_json` (Optional) Raw JSON block to allow more than three rules. Conflicts with `rule` attribute. This is for advanced use cases where more than 3 levels of nested statements is required. **NOTE There is no drift detection at this time. If you use this attribute instead of `rule`, you will be foregoing drift detection. This is the [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_CreateWebACL.html) for what the JSON structure looks like. +* `rule_json` (Optional) Raw JSON string to allow more than three nested statements. Conflicts with `rule` attribute. This is for advanced use cases where more than 3 levels of nested statements are required. **There is no drift detection at this time**. If you use this attribute instead of `rule`, you will be foregoing drift detection. See thee AWS [documentation](https://docs.aws.amazon.com/waf/latest/APIReference/API_CreateWebACL.html) for what the JSON structure. * `scope` - (Required, Forces new resource) Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider. * `tags` - (Optional) Map of key-value pairs to associate with the resource. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level. * `token_domains` - (Optional) Specifies the domains that AWS WAF should accept in a web request token. This enables the use of tokens across multiple protected websites. When AWS WAF provides a token, it uses the domain of the AWS resource that the web ACL is protecting. If you don't specify a list of token domains, AWS WAF accepts tokens only for the domain of the protected resource. With a token domain list, AWS WAF accepts the resource's host domain plus all domains in the token domain list, including their prefixed subdomains.