-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_networkfirewall_rule_group: Cannot reference rule_variables in rule_variables #22268
Comments
Hi @AL1060005 , thank you for raising this issue. From the API specs, an terraform-provider-aws/internal/service/networkfirewall/rule_group.go Lines 81 to 93 in 1915c4c
So |
…s per the api docs
fix #22268: allow any character in networkfirewall/ip_sets as per the…
This functionality has been released in v3.71.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Provider version: 3.70.0
Description
The aws_networkfirewall_rule_group module allows to define a rule_variables block of ip sets for suricata rules.
The suricata format allows to reference other variables, and to negate them. This is both valid in the AWS console and CloudFormation, but unfortunately doesn't work here.
In this module, IP sets are expected to be in CIDR format only (i.e. A.B.C.D/X) only, with no way to reference other variables.
Expected working example
Actual Behavior
Error:
The text was updated successfully, but these errors were encountered: