From 8a67dcfff13fa6a20b9004e457275d00a7883aea Mon Sep 17 00:00:00 2001 From: harsh-at-huspy <156096614+harshvardhan-j@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:56:39 +0400 Subject: [PATCH] Ignore changes made to MWAA Startup script version --- main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 1d650b5..f989653 100644 --- a/main.tf +++ b/main.tf @@ -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 ] } }