Skip to content

Commit

Permalink
changing attribute back to true
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasr-moj committed Dec 3, 2024
1 parent 3493f6a commit 8e4fa4a
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 @@ -15,7 +15,7 @@ resource "aws_instance" "apex_db_instance" {
iam_instance_profile = aws_iam_instance_profile.ec2_instance_profile.id
key_name = aws_key_pair.apex.key_name
user_data_base64 = base64encode(local.database-instance-userdata)
user_data_replace_on_change = false
user_data_replace_on_change = true

lifecycle {
ignore_changes = [user_data_base64]
Expand Down

0 comments on commit 8e4fa4a

Please sign in to comment.