{ "name": "ecr", "version": "1.0.0", "kind": "l1", "type": "aws:ecr:repository", "description": "ECR repository primitive (substrate-agnostic stack type aws:ecr:repository; the Terraform adapter translates to aws_ecr_repository).", "inputs": { "name": { "type": "string", "description": "The ECR repository name.", "required": true }, "region": { "type": "string", "description": "AWS region the repository is created in.", "required": true } }, "outputs": { "repository_url": { "type": "string", "description": "The ECR repository URL." }, "repository_arn": { "type": "arn", "description": "The ECR repository ARN." } }, "nfrs": {} }