From b8e9696b610f50c1e60c1d16e090c019efd9fa75 Mon Sep 17 00:00:00 2001 From: Diogo Azevedo Date: Mon, 14 Oct 2019 16:31:31 -0300 Subject: [PATCH] Update WAF Web ACL and Rule data source docs --- website/docs/d/waf_web_acl.html.markdown | 8 ++++---- website/docs/d/wafregional_rule.html.markdown | 6 +++--- website/docs/d/wafregional_web_acl.html.markdown | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/website/docs/d/waf_web_acl.html.markdown b/website/docs/d/waf_web_acl.html.markdown index b349813dcc8..6fe13b2bb56 100644 --- a/website/docs/d/waf_web_acl.html.markdown +++ b/website/docs/d/waf_web_acl.html.markdown @@ -5,15 +5,15 @@ description: |- Retrieves a WAF Web ACL id. --- -# Data Source: aws_waf_rule +# Data Source: aws_waf_web_acl -`aws_waf_rule` Retrieves a WAF Web ACL Resource Id. +`aws_waf_web_acl` Retrieves a WAF Web ACL Resource Id. ## Example Usage ```hcl data "aws_waf_web_acl" "example" { - name = "tfWAFRule" + name = "tfWAFWebACL" } ``` @@ -26,4 +26,4 @@ The following arguments are supported: ## Attributes Reference In addition to all arguments above, the following attributes are exported: -* `id` - The ID of the WAF WebACL. +* `id` - The ID of the WAF Web ACL. diff --git a/website/docs/d/wafregional_rule.html.markdown b/website/docs/d/wafregional_rule.html.markdown index 0dd27e959fb..df4f67ec1cd 100644 --- a/website/docs/d/wafregional_rule.html.markdown +++ b/website/docs/d/wafregional_rule.html.markdown @@ -5,7 +5,7 @@ description: |- Retrieves an AWS WAF Regional rule id. --- -# Data Source: aws_waf_rule +# Data Source: aws_wafregional_rule `aws_wafregional_rule` Retrieves a WAF Regional Rule Resource Id. @@ -13,7 +13,7 @@ description: |- ```hcl data "aws_wafregional_rule" "example" { - name = "tfWAFRule" + name = "tfWAFRegionalRule" } ``` @@ -21,7 +21,7 @@ data "aws_wafregional_rule" "example" { The following arguments are supported: -* `name` - (Required) The name of the WAF rule. +* `name` - (Required) The name of the WAF Regional rule. ## Attributes Reference In addition to all arguments above, the following attributes are exported: diff --git a/website/docs/d/wafregional_web_acl.html.markdown b/website/docs/d/wafregional_web_acl.html.markdown index 13b02a0724a..5fc54d77db3 100644 --- a/website/docs/d/wafregional_web_acl.html.markdown +++ b/website/docs/d/wafregional_web_acl.html.markdown @@ -2,7 +2,7 @@ layout: "aws" page_title: "AWS: aws_wafregional_web_acl" description: |- - Retrieves a WAF Regional Web ACL id. + Retrieves a WAF Regional Web ACL id. --- # Data Source: aws_wafregional_web_acl @@ -13,7 +13,7 @@ description: |- ```hcl data "aws_wafregional_web_acl" "example" { - name = "tfWAFRule" + name = "tfWAFRegionalWebACL" } ``` @@ -21,9 +21,9 @@ data "aws_wafregional_web_acl" "example" { The following arguments are supported: -* `name` - (Required) The name of the WAF Web ACL. +* `name` - (Required) The name of the WAF Regional Web ACL. ## Attributes Reference In addition to all arguments above, the following attributes are exported: -* `id` - The ID of the WAF Regional WebACL. +* `id` - The ID of the WAF Regional Web ACL.