Skip to content

Commit

Permalink
Merge pull request #33 from DNXLabs/fix/eb_environment_ignore_changes
Browse files Browse the repository at this point in the history
Fix eb environment ignore changes
  • Loading branch information
caiovfernandes authored Jun 27, 2023
2 parents f4d0458 + 71e5eff commit 0af93ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,13 @@ resource "aws_elastic_beanstalk_environment" "env" {
}

lifecycle {
ignore_changes = [cname_prefix]
ignore_changes = [
cname_prefix,
version_label,
setting,
solution_stack_name,
wait_for_ready_timeout
]
}
}

Expand Down

0 comments on commit 0af93ed

Please sign in to comment.