From d26a1c9d3fff80c3ed3881a42dd521e978cf9bbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:25:10 +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 03d0acd..5d0bf8c 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.2.0" enabled = local.security_group_enabled security_group_name = var.security_group_name