pulumi/tests/testdata/codegen/using-dashes-1.0.0.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
}
}
}