From b6b42499877b997475c15b2edcd5e1c7555d72c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:43:02 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ec2-autoscale-group/aws to v0.43.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index a026040..529a31f 100644 --- a/main.tf +++ b/main.tf @@ -165,7 +165,7 @@ data "aws_iam_instance_profile" "default" { module "autoscale_group" { source = "cloudposse/ec2-autoscale-group/aws" - version = "0.40.0" + version = "0.43.1" enabled = local.enabled tags = merge(local.tags, var.autoscaling_group_tags)