From e8be525d543b3b51c0d68ce6652d2cdf8843268e Mon Sep 17 00:00:00 2001 From: arnoldasjan Date: Thu, 4 Jan 2024 16:09:05 +0200 Subject: [PATCH] Delete mwaa resource lifecycle block with ignore changes --- main.tf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.tf b/main.tf index 1d650b5..8b3d19d 100644 --- a/main.tf +++ b/main.tf @@ -57,13 +57,6 @@ resource "aws_mwaa_environment" "mwaa" { log_level = try(var.logging_configuration.worker_logs.log_level, "CRITICAL") } } - - lifecycle { - ignore_changes = [ - plugins_s3_object_version, - requirements_s3_object_version - ] - } } # ---------------------------------------------------------------------------------------------------------------------