Closed psantus closed 8 months ago
I know Terraform can't have references, only literals, in default value. Maybe plan for a separate set of *_inbound_acl_ipv6_rules to accommodate for ipv6 rules and their default values?
This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days
This issue was automatically closed because of stale in 10 days
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Variables public_inbound_acl_rules, private_inbound_acl_rules, intra_inbound_acl_rules, database_inbound_acl_rules, elasticache_inbound_acl_rules, redshift_inbound_acl_rules all contains the following default value.
That fails to cover IPv6 rules.
⚠️ Note
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
If no rule is specified and IPv6 is enabled, default ACL should include IPv6 rules
Actual behavior
They don't