Skip to content

Commit 93f7748

Browse files
authored
fix: ignore changes to associate_public_ip_address
1 parent fdfa320 commit 93f7748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ resource "aws_instance" "default" {
168168

169169
lifecycle {
170170
ignore_changes = [
171-
ami
171+
ami,
172+
associate_public_ip_address,
172173
]
173174
}
174175

0 commit comments

Comments
 (0)