Data Source: aws_ecs_cluster

The ECS Cluster data source allows access to details of a specific cluster within an AWS ECS service.

Example Usage

data "aws_ecs_cluster" "ecs-mongo" {
  cluster_name = "ecs-mongo-production"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: