mirror of https://github.com/pulumi/pulumi.git
35 lines
605 B
JSON
35 lines
605 B
JSON
{
|
|
"name": "using-dashes",
|
|
"version": "1.0.0",
|
|
"meta": {
|
|
"moduleFormat": "(.*)"
|
|
},
|
|
"config": {},
|
|
"provider": {
|
|
"type": "object"
|
|
},
|
|
"resources": {
|
|
"using-dashes:index:Dash": {
|
|
"properties": {
|
|
"stack": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"required": [
|
|
"stack"
|
|
],
|
|
"inputProperties": {
|
|
"stack": {
|
|
"type": "string",
|
|
"description": "The stack name for this AutoDeployer."
|
|
}
|
|
},
|
|
"requiredInputs": [
|
|
"stack"
|
|
],
|
|
"isComponent": true
|
|
}
|
|
}
|
|
}
|