terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.99k stars 4.44k forks source link

Database custom ACL association not working (database_dedicated_network_acl). #983

Closed jgilnom-san closed 1 year ago

jgilnom-san commented 1 year ago

Hi all.

I recently created custom ACLs for my DB Subnets using: database_inbound_acl_rules = [{ "cidr_block" : "0.0.0.0/0", "from_port" : 3389, "to_port" : 3389, "protocol" : "tcp", "rule_action" : "deny", "rule_number" : 101 },

I noted that the ACL was created but never associated to the DB Subnets then I realiced that a flag database_dedicated_network_acl was there but after moving from default false value to true, still nothing happens. Checking the code, no database_inbound_acl_rules resource exists. Is this intended? Should we create the ACL Associations outside the VPC module then?

Thanks.

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

This issue was automatically closed because of stale in 10 days

github-actions[bot] commented 11 months ago

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.