You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: aws_waf_rule.wafrule: Only alphanumeric characters allowed in "metric_name": "tfWAFRule-_"
Error: aws_waf_web_acl.waf_acl: Only alphanumeric characters allowed in "metric_name": "tfWebACL#+"
The text was updated successfully, but these errors were encountered:
dvishniakov
changed the title
WAF resources don't allow use non-alphanumeric characters in metric_name
WAF resources don't allow usage non-alphanumeric characters in metric_name
Apr 4, 2019
dvishniakov
changed the title
WAF resources don't allow usage non-alphanumeric characters in metric_name
WAF resources don't allow usage of non-alphanumeric characters in metric_name
Apr 4, 2019
Community Note
Terraform Version
Reproduced on a few options:
Terraform v0.11.13
Terraform v0.11.7 (and 0.11.13)
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Successful plan and apply
Actual Behavior
Error: aws_waf_rule.wafrule: Only alphanumeric characters allowed in "metric_name": "tfWAFRule-_"
Error: aws_waf_web_acl.waf_acl: Only alphanumeric characters allowed in "metric_name": "tfWebACL#+"
Steps to Reproduce
Mostly copied from https://www.terraform.io/docs/providers/aws/r/waf_web_acl.html and modified
metric_name
to have some characters allowed by https://docs.aws.amazon.com/waf/latest/developerguide/web-acl-rules-creating.htmlterraform apply
The text was updated successfully, but these errors were encountered: