modernisation-platform-terraform-ecs//cluster This module is used to deploy an ECS cluster with fargate support only. Usage example module "ecs-cluster" { source = "github.com/ministryofjustice/modernisation-platform-terraform-ecs-cluster//cluster" name = "my-ecs-cluster" tags = { "environment" = "dev" } } Requirements No requirements. Providers Name Version aws n/a Modules No modules. Resources Name Type aws_ecs_cluster.this resource Inputs Name Description Type Default Required enable_container_insights n/a string "enabled" no name The name of the ECS cluster string n/a yes tags A map of tags to add to all resources map(string) n/a yes Outputs Name Description ecs_cluster_arn n/a Reading Material Cloud Platform user guide