We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f25524 commit 657011aCopy full SHA for 657011a
ecs_task_definitions.tf
@@ -25,7 +25,7 @@ module "service_container_definition" {
25
count = var.container_definitions != null ? 0 : 1
26
27
source = "cloudposse/ecs-container-definition/aws"
28
- version = "0.61.0"
+ version = "0.60.0"
29
30
container_name = var.service_name
31
container_image = var.container_image
0 commit comments