From 0e4e374ed7bd2a4b5f6ed4e656f252e4ba31906c Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:01:16 -0500 Subject: [PATCH] chore: revert pr #145 This change looks unintentional based on the PR description --- main.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.tf b/main.tf index 665eb8d..46775f9 100644 --- a/main.tf +++ b/main.tf @@ -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 : {}