Skip to content

Commit

Permalink
fix: ignore changes to associate_public_ip_address
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Aug 7, 2024
1 parent fdfa320 commit 93f7748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ resource "aws_instance" "default" {

lifecycle {
ignore_changes = [
ami
ami,
associate_public_ip_address,
]
}

Expand Down

0 comments on commit 93f7748

Please sign in to comment.