Skip to content

Commit 3afbdc5

Browse files
author
jslopes
committed
fix ignore change
1 parent aac77a4 commit 3afbdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ resource "aws_route_table" "private" {
161161
var.default_tags
162162
)
163163
lifecycle {
164-
ignore_changes = [ "route" ]
164+
ignore_changes = all
165165
}
166166
}
167167
resource "aws_route_table_association" "private" {

0 commit comments

Comments
 (0)