Skip to content

Commit

Permalink
fix: Removed lifecycle ignore_changes which doesn't work in TF 0.14
Browse files Browse the repository at this point in the history
See this for more details - hashicorp/terraform#26387
  • Loading branch information
antonbabenko committed Oct 16, 2020
1 parent 88e8141 commit 0900e3d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,12 +217,6 @@ resource "aws_route_table" "private" {
var.tags,
var.private_route_table_tags,
)

lifecycle {
# When attaching VPN gateways it is common to define aws_vpn_gateway_route_propagation
# resources that manipulate the attributes of the routing table (typically for the private subnets)
ignore_changes = [propagating_vgws]
}
}

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

0 comments on commit 0900e3d

Please sign in to comment.