{ "name": "ecs-cluster", "version": "1.0.0", "kind": "l1", "type": "aws:ecs:cluster", "description": "ECS Fargate cluster primitive (substrate-agnostic stack type aws:ecs:cluster; the Terraform adapter translates to aws_ecs_cluster).", "inputs": { "name": { "type": "string", "description": "The ECS cluster name.", "required": true }, "region": { "type": "string", "description": "AWS region the cluster is created in.", "required": true } }, "outputs": { "cluster_arn": { "type": "arn", "description": "The ECS cluster ARN." }, "cluster_id": { "type": "string", "description": "The ECS cluster id (name)." } }, "nfrs": {} }