Skip to content

Commit 3389dbb

Browse files
committed
feat(aws_instance): add instance market options block
1 parent 05b91a6 commit 3389dbb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main.tf

-6
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ resource "aws_instance" "default" {
182182
}
183183
}
184184

185-
lifecycle {
186-
ignore_changes = [
187-
ami
188-
]
189-
}
190-
191185
tags = module.this.tags
192186

193187
volume_tags = var.volume_tags_enabled ? module.this.tags : {}

0 commit comments

Comments
 (0)