Skip to content

Commit 88101b2

Browse files
committed
fix: adds ignore_changes tags to aws_appscaling_target
1 parent 4025104 commit 88101b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ resource "aws_appautoscaling_target" "this" {
302302
lifecycle {
303303
ignore_changes = [
304304
tags_all,
305+
tags
305306
]
306307
}
307308
}

0 commit comments

Comments
 (0)