Skip to content

Commit c4be480

Browse files
authored
chore: revert pr #145 (#205)
This change looks unintentional based on the PR description
1 parent cb75595 commit c4be480

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
@@ -168,12 +168,6 @@ resource "aws_instance" "default" {
168168
cpu_credits = var.burstable_mode
169169
}
170170

171-
lifecycle {
172-
ignore_changes = [
173-
ami
174-
]
175-
}
176-
177171
tags = module.this.tags
178172

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

0 commit comments

Comments
 (0)