Skip to content

Commit

Permalink
Ignore user_data_replace_on_change
Browse files Browse the repository at this point in the history
  • Loading branch information
vc13837 committed Dec 6, 2024
1 parent 7cf1321 commit 37f509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/apex/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_instance" "apex_db_instance" {
user_data_replace_on_change = true

lifecycle {
ignore_changes = [user_data_base64]
ignore_changes = [user_data_base64, user_data_replace_on_change]
}

root_block_device {
Expand Down

0 comments on commit 37f509d

Please sign in to comment.