Skip to content

Commit

Permalink
https://github.com/cloudposse/terraform-aws-ec2-instance/pull/203
Browse files Browse the repository at this point in the history
# Conflicts:
#	main.tf
  • Loading branch information
andreineculau committed Sep 8, 2024
1 parent c4be480 commit 13bdb54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ resource "aws_instance" "default" {
cpu_credits = var.burstable_mode
}

lifecycle {
ignore_changes = [
associate_public_ip_address,
]
}

tags = module.this.tags

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

0 comments on commit 13bdb54

Please sign in to comment.