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
What is the current behavior?
rate_limit_statement doesn't have the ability to input rate_limit_statement as a statement inside of it.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
The following is custom input to the module though validated.
What is the current behavior?
rate_limit_statement doesn't have the ability to input rate_limit_statement as a statement inside of it.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
The following is custom input to the module though validated.
The supported logic can be seen here - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_rule_group#ip-set-reference-statement
You can see here that the logic is using
rule.value
instead ofrate_based_statement.value
What is the expected behavior?
forwarded_ip_config
should be passed down.Software versions?
3.8.1
The text was updated successfully, but these errors were encountered: