pulumi/tests/testdata/codegen/auto-deploy-0.0.1.json

31 lines
795 B
JSON

{
"name": "auto-deploy",
"meta": {
"moduleFormat": "(.*)"
},
"config": {},
"provider": {
"type": "object"
},
"resources": {
"auto-deploy:index:AutoDeployer": {
"description": "Automatically trigger downstream updates on dependent stacks via Pulumi Deployments.\nAutoDeployer requires that stacks have Deployment Settings configured.",
"properties": {
"project": {
"type": "string",
"description": "The project name for the AutoDeployer stack."
}
},
"type": "object",
"inputProperties": {
"project": {
"type": "string",
"description": "The project name for the AutoDeployer stack."
}
},
"requiredInputs": ["project"],
"isComponent": true
}
}
}