Skip to content

Commit 5a0ecfc

Browse files
Update Terraform cloudposse/ecs-container-definition/aws to v0.58.3 (#39)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5eaa93a commit 5a0ecfc

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
@@ -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.58.2"
36+
version = "0.58.3"
3737

3838
command = var.command
3939
container_cpu = var.container_cpu

0 commit comments

Comments
 (0)