895a2f3806
---ci--- project: acdl phase: 20 milestone: v1.5 status: specify ---/ci--- Add v1.5 milestone to ROADMAP.md + REQUIREMENTS.md. Phase 20 covers REQ-46 (README consumer model + mermaid + L3B/spike scrub), REQ-47 (generic CONSUMER_GUIDE.md + versioned uses: + consumer-scoped prereqs + run-time platform fetch), REQ-48 (zero-trust OIDC/ABAC credentials + static-key override + daily rotation), REQ-49 (reusable byte-identical deploy.yml Gitea+GitHub implementing pipelines/deploy.yaml), REQ-50 (contracts/static-asset.yaml @v1.4), REQ-51 (deploy-workflow conformance tests). Update config.json milestone to v1.5.
30 lines
737 B
JSON
30 lines
737 B
JSON
{
|
|
"name": "l1-ecs-cluster",
|
|
"version": "1.0.0",
|
|
"kind": "l1",
|
|
"type": "aws:ecs:cluster",
|
|
"description": "ECS Fargate cluster primitive (substrate-agnostic IR 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": {}
|
|
} |