Skip to content

Commit e9123a1

Browse files
committed
fix: ignore changes to associate_public_ip_address
1 parent cb75595 commit e9123a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ resource "aws_instance" "default" {
170170

171171
lifecycle {
172172
ignore_changes = [
173-
ami
173+
ami,
174+
associate_public_ip_address,
174175
]
175176
}
176177

0 commit comments

Comments
 (0)