From 2a94e533113dea5cef2f0f3f44566509d49df560 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 02:11:43 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/security-group/aws to v2 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 51cb348..29e9f5e 100644 --- a/main.tf +++ b/main.tf @@ -140,7 +140,7 @@ data "aws_iam_policy_document" "this" { module "mwaa_security_group" { source = "cloudposse/security-group/aws" - version = "1.0.1" + version = "2.0.1" enabled = local.security_group_enabled security_group_name = var.security_group_name