Skip to content

Commit

Permalink
fix ignore ami
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodellrhy committed Nov 6, 2024
1 parent a72877d commit a89ad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ resource "aws_instance" "instance" {
lifecycle {
ignore_changes = [
ebs_block_device,
ami_id
ami
]
}
}
Expand Down

0 comments on commit a89ad49

Please sign in to comment.