Skip to content

Commit 9cb2f1c

Browse files
committed
Update container definition module
1 parent 1455d54 commit 9cb2f1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/test/.terraform.lock.hcl

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "aws_iam_role_policy_attachment" "ecs_task_execution_role_custom_policy
3333
# Container Definition
3434
module "container_definition" {
3535
source = "cloudposse/ecs-container-definition/aws"
36-
version = "0.53.0"
36+
version = "0.58.1"
3737

3838
container_name = var.container_name
3939
container_image = var.container_image

0 commit comments

Comments
 (0)