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 0a7ddd0 commit ff314d5Copy full SHA for ff314d5
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.58.3"
+ version = "0.59.0"
39
40
command = var.command
41
container_cpu = var.container_cpu
0 commit comments