From 27760473316db5708aa67e8f7fb6e7e7544bef13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 23:28:22 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/security-group/aws to v2 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index d7659f1..b569eda 100644 --- a/src/main.tf +++ b/src/main.tf @@ -96,7 +96,7 @@ data "aws_ami" "runner" { module "sg" { source = "cloudposse/security-group/aws" - version = "1.0.1" + version = "2.2.0" security_group_description = "Security group for GitHub runner" allow_all_egress = true