From 06644267028b315795c39d8c8d95757bc2b29929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 05:53:13 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/mwaa/aws to v0.13.2 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index 7b4e2b6..389a2fd 100644 --- a/src/main.tf +++ b/src/main.tf @@ -16,7 +16,7 @@ locals { module "mwaa_environment" { source = "cloudposse/mwaa/aws" - version = "0.13.1" + version = "0.13.2" region = var.region create_s3_bucket = var.create_s3_bucket