We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb75595 commit e9123a1Copy full SHA for e9123a1
1 file changed
main.tf
@@ -170,7 +170,8 @@ resource "aws_instance" "default" {
170
171
lifecycle {
172
ignore_changes = [
173
- ami
+ ami,
174
+ associate_public_ip_address,
175
]
176
}
177
0 commit comments