Skip to content

Commit f3e7117

Browse files
https://github.com/cloudposse/terraform-aws-ec2-instance/pull/203
1 parent cb75595 commit f3e7117

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
@@ -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)