From 5ff7d06b1b6db0136e7566b15519fe7b8e907180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 17:03:36 +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..4ea435d 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