Skip to content

Commit 657011a

Browse files
Revert "Bump cloudposse/ecs-container-definition/aws from 0.60.0 to 0.61.0"
This reverts commit 582d61f.
1 parent 3f25524 commit 657011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs_task_definitions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "service_container_definition" {
2525
count = var.container_definitions != null ? 0 : 1
2626

2727
source = "cloudposse/ecs-container-definition/aws"
28-
version = "0.61.0"
28+
version = "0.60.0"
2929

3030
container_name = var.service_name
3131
container_image = var.container_image

0 commit comments

Comments
 (0)