Skip to content

Commit

Permalink
Update Terraform cloudposse/ecs-container-definition/aws to v0.58.3 (#39
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 20, 2023
1 parent 5eaa93a commit 5a0ecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_iam_role_policy_attachment" "ecs_task_execution_role_custom_policy
# Container Definition
module "container_definition" {
source = "cloudposse/ecs-container-definition/aws"
version = "0.58.2"
version = "0.58.3"

command = var.command
container_cpu = var.container_cpu
Expand Down

0 comments on commit 5a0ecfc

Please sign in to comment.