-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
I'm not sure what changed but it seems like something recently corresponds with the blurb here on Managing Subnets in the Default Network ACL for the aws_default_network_acl resource. I am getting continuously prompted that the currently associated subnets will be removed. I believe this module either needs to populate the subnet_ids value for the aws_default_network_acl resource or the following lifecycle configuration on the resource is needed:
resource "aws_default_network_acl" "default" {
# ... other configuration ...
lifecycle {
ignore_changes = [subnet_ids]
}
}
Metadata
Metadata
Assignees
Labels
No labels