Skip to content

Commit 47757fa

Browse files
authored
Update main.tf
1 parent 6a33fa9 commit 47757fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ module "ecs_codepipeline" {
241241
module "ecs_cloudwatch_autoscaling" {
242242
enabled = var.autoscaling_enabled
243243
source = "cloudposse/ecs-cloudwatch-autoscaling/aws"
244-
version = "0.7.3"
244+
version = "0.7.5"
245245
name = var.name
246246
namespace = var.namespace
247247
stage = var.stage

0 commit comments

Comments
 (0)