We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b32997 commit 37bab06Copy full SHA for 37bab06
main.tf
@@ -230,7 +230,7 @@ module "ecs_codepipeline" {
230
module "ecs_cloudwatch_autoscaling" {
231
enabled = var.autoscaling_enabled
232
source = "cloudposse/ecs-cloudwatch-autoscaling/aws"
233
- version = "0.7.2"
+ version = "0.7.6"
234
name = var.name
235
namespace = var.namespace
236
stage = var.stage
0 commit comments