From cf2e79396ab40bb5c42ccd08da4946e72657af8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Paku=C5=82a?= Date: Tue, 8 Oct 2024 10:47:08 +0200 Subject: [PATCH] Bump "ec2-autoscale-group" version to 0.40.0 --- ec2.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2.tf b/ec2.tf index c48f4a2..d1dadc0 100644 --- a/ec2.tf +++ b/ec2.tf @@ -41,7 +41,7 @@ module "autoscale_group" { for_each = local.ec2_capacity_providers source = "cloudposse/ec2-autoscale-group/aws" - version = "0.39.0" + version = "0.40.0" context = module.ecs_labels[each.key].context