mirror of https://github.com/pulumi/pulumi.git
31 lines
795 B
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
|
|
}
|
|
}
|
|
}
|