From cdc961caa23a77c4c9712f4303b344897187e02b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:09:09 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.41.1 --- src/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tf b/src/main.tf index e1dbaa4..f262bd9 100644 --- a/src/main.tf +++ b/src/main.tf @@ -107,7 +107,7 @@ module "sg" { module "autoscale_group" { source = "cloudposse/ec2-autoscale-group/aws" - version = "0.41.0" + version = "0.41.1" image_id = join("", data.aws_ami.runner.*.id) instance_type = var.instance_type