We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaa93a commit 5a0ecfcCopy full SHA for 5a0ecfc
main.tf
@@ -33,7 +33,7 @@ resource "aws_iam_role_policy_attachment" "ecs_task_execution_role_custom_policy
33
# Container Definition
34
module "container_definition" {
35
source = "cloudposse/ecs-container-definition/aws"
36
- version = "0.58.2"
+ version = "0.58.3"
37
38
command = var.command
39
container_cpu = var.container_cpu
0 commit comments