Skip to content

Commit

Permalink
Merge pull request #45 from harshvardhan-j/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
vara-bonthu authored Jan 31, 2024
2 parents 1b0e8b2 + 8a67dcf commit bdf9b04
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 @@ -61,7 +61,8 @@ resource "aws_mwaa_environment" "mwaa" {
lifecycle {
ignore_changes = [
plugins_s3_object_version,
requirements_s3_object_version
requirements_s3_object_version,
startup_script_s3_object_version
]
}
}
Expand Down

0 comments on commit bdf9b04

Please sign in to comment.