Skip to content

Commit 0203668

Browse files
Update Terraform cloudposse/ecs-container-definition/aws to v0.61.1 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d7951e commit 0203668

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
@@ -35,7 +35,7 @@ resource "aws_iam_role_policy_attachment" "ecs_task_execution_role_custom_policy
3535
# Container Definition
3636
module "container_definition" {
3737
source = "cloudposse/ecs-container-definition/aws"
38-
version = "0.60.1"
38+
version = "0.61.1"
3939

4040
command = var.command
4141
container_cpu = var.container_cpu

0 commit comments

Comments
 (0)