Skip to content

Commit a18d9bb

Browse files
authored
fix: Removed ignore_changes to work with Terraform 0.14 (#526)
1 parent e3b0665 commit a18d9bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,6 @@ resource "aws_default_network_acl" "this" {
570570
var.tags,
571571
var.default_network_acl_tags,
572572
)
573-
574-
lifecycle {
575-
ignore_changes = [subnet_ids]
576-
}
577573
}
578574

579575
########################

0 commit comments

Comments
 (0)