Skip to content

Commit 353b2d7

Browse files
authored
Bump ecs container definition to 0.56.0
1 parent b1fe265 commit 353b2d7

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
@@ -49,7 +49,7 @@ locals {
4949
}
5050

5151
module "container" {
52-
source = "git::https://github.com/cloudposse/terraform-aws-ecs-container-definition.git?ref=tags/0.37.0"
52+
source = "git::https://github.com/cloudposse/terraform-aws-ecs-container-definition.git?ref=tags/0.56.0"
5353

5454
container_name = var.container_name
5555
container_image = var.container_image

0 commit comments

Comments
 (0)