Skip to content

Commit

Permalink
fix: Removed ignore_changes to work with Terraform 0.14 (terraform-aw…
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko authored and harrythebot committed May 11, 2022
1 parent 58092c4 commit c92e4b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@ resource "aws_default_network_acl" "this" {
var.tags,
var.default_network_acl_tags,
)

lifecycle {
ignore_changes = [subnet_ids]
}
}

########################
Expand Down

0 comments on commit c92e4b9

Please sign in to comment.