Skip to content

Commit

Permalink
chore: revert pr #145 (#205)
Browse files Browse the repository at this point in the history
This change looks unintentional based on the PR description
  • Loading branch information
nitrocode authored Aug 17, 2024
1 parent cb75595 commit c4be480
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ resource "aws_instance" "default" {
cpu_credits = var.burstable_mode
}

lifecycle {
ignore_changes = [
ami
]
}

tags = module.this.tags

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

0 comments on commit c4be480

Please sign in to comment.