Skip to content

Commit

Permalink
feat(aws_instance): add instance market options block
Browse files Browse the repository at this point in the history
  • Loading branch information
haidargit committed Sep 1, 2024
1 parent 05b91a6 commit 3389dbb
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 @@ -182,12 +182,6 @@ resource "aws_instance" "default" {
}
}

lifecycle {
ignore_changes = [
ami
]
}

tags = module.this.tags

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

0 comments on commit 3389dbb

Please sign in to comment.