Skip to content

Commit 2167e6e

Browse files
chore(deps): update terraform cloudposse/ecs-cloudwatch-autoscaling/aws to v0.7.6 (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <goruha@gmail.com>
1 parent 9cdae67 commit 2167e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ module "vanity_alias" {
443443

444444
module "ecs_cloudwatch_autoscaling" {
445445
source = "cloudposse/ecs-cloudwatch-autoscaling/aws"
446-
version = "0.7.3"
446+
version = "0.7.6"
447447

448448
count = local.enabled && var.task_enabled && var.autoscaling_enabled ? 1 : 0
449449

0 commit comments

Comments
 (0)