{ "version": "1.0.0", "stack": { "name": "ecr", "kind": "l1", "depth": 1 }, "resources": [ { "id": "ecr", "type": "aws:ecr:repository", "module": "ecr@1.0.0", "inputs": { "name": "acdl-demo", "region": "us-east-1" }, "outputs": { "repository_url": { "type": "string" }, "repository_arn": { "type": "arn" } } } ] }