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
There's no specific needs to attach the default ACL to the default subet, so just ignoring changes of "subnet_ids" would be enough as you mentioned.
I've created a patch for this 👍
Regarding custom rules with the default network ACL, the only option I could come up with is enable/disable aws_default_network_acl resource depending on the input variable by using the count trick.
I would still recommend to create custom network ACLs and keep your default network ACL as "DENY ALL" setting, it will prevent the network from accidental misconfigurations.
These lines prevent any rules from being defined on the default ACL.
At the same time, by reattaching the ACL with the default subnets, they prevent you from defining custom ACLs on those subnets.
Any ideas how we can work around this?
I think a better solution is to remove the
subnet_ids
line and addThe text was updated successfully, but these errors were encountered: