We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f409fff commit 5826a01Copy full SHA for 5826a01
examples/github-complete/main.tf
@@ -35,6 +35,7 @@ module "atlantis" {
35
public_subnets = ["10.20.101.0/24", "10.20.102.0/24", "10.20.103.0/24"]
36
37
# ECS
38
+ ecs_service_platform_version = "LATEST"
39
ecs_container_insights = true
40
ecs_task_cpu = 512
41
ecs_task_memory = 1024
0 commit comments