Open apunati opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @apunati 👋 Thank you for taking the time to raise this! So that we have the necessary information in order to look into this, can you supply debug logging (redacted as needed) as well?
Similar issue experienced here. I am able to add the rule in WAF using AWS CLI . I am only managing the rules using aws cli .
I am creating the WAF using terraform but not the rule. Even so, terraform aws provider is trying to read the rules and it fails. Waiting for a fix for this. A solution ( only if not wanting to manage the rules) is to add an option to ignore reading the rules. I am only managing the WAF part in terraform , not the rules part.
Terraform Core Version
v1.3.3
AWS Provider Version
v5.10.0
Affected Resource(s)
I am trying to create a waf_acl along with rule group by adding multiple rules. when I added rule with 'ratebased' statement along with regular expression pattern it created properly ,but when I added new rule 'ratebased' with 'ipset' for same rule group. I am getting error.
PS: I am using Terragrunt.
This is combination of statements is working fine, when I tried to create it through AWS console (manually), unfortunately through code it is giving error.
Sample code which I am using:
Expected Behavior
It should create WAF rule with ratebased and IPset statement combination.
Actual Behavior
getting Error :
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Execute the below commands: terragrunt init terragrunt plan terragrunt apply
If you are using windows Env. Please use below command before init export TERRAGRUNT_DOWNLOAD=/c/tmp
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None