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 0203668 commit a03a930Copy full SHA for a03a930
main.tf
@@ -35,7 +35,7 @@ resource "aws_iam_role_policy_attachment" "ecs_task_execution_role_custom_policy
35
# Container Definition
36
module "container_definition" {
37
source = "cloudposse/ecs-container-definition/aws"
38
- version = "0.61.1"
+ version = "0.61.2"
39
40
command = var.command
41
container_cpu = var.container_cpu
0 commit comments