Closed jgilnom-san closed 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
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.
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.