Commit a18d9bb6 authored by Anton Babenko's avatar Anton Babenko Committed by GitHub

fix: Removed ignore_changes to work with Terraform 0.14 (#526)

parent e3b0665c
......@@ -570,10 +570,6 @@ resource "aws_default_network_acl" "this" {
var.tags,
var.default_network_acl_tags,
)
lifecycle {
ignore_changes = [subnet_ids]
}
}
########################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment