Terraform resource: aws ecs cluster
Jump to navigation
Jump to search
↑ https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecs_cluster
Alternatives:
Official example
resource "aws_ecs_cluster" "foo" { name = "white-hart" setting { name = "containerInsights" value = "enabled" } }
Related
aws_ecs_service
log_configuration
- Amazon ECS CloudWatch Container Insights
- aws_ecs_cluster_capacity_providers
See also
aws_ecs_cluster: name, containerInsights, execute_command_configuration
- Terraform ECS: module, resources:
aws_ecs_cluster, aws_ecs_service: task definition, aws_ecs_task_definition: container_definitions
Advertising: