Skip to content

Commit

Permalink
Merge pull request #38712 from stefanfreitag/d-aws_wafv2_web_acl-fix-…
Browse files Browse the repository at this point in the history
…example

docs: move attribute to correct location in example code
  • Loading branch information
justinretzolk authored Aug 6, 2024
2 parents 0a8bbd7 + 7afc52e commit 6e3d840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/wafv2_web_acl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ resource "aws_wafv2_web_acl" "example" {
}
}
token_domains = ["mywebsite.com", "myotherwebsite.com"]
visibility_config {
cloudwatch_metrics_enabled = false
metric_name = "friendly-rule-metric-name"
Expand All @@ -79,6 +77,8 @@ resource "aws_wafv2_web_acl" "example" {
Tag2 = "Value2"
}
token_domains = ["mywebsite.com", "myotherwebsite.com"]
visibility_config {
cloudwatch_metrics_enabled = false
metric_name = "friendly-metric-name"
Expand Down

0 comments on commit 6e3d840

Please sign in to comment.