mirror of https://github.com/pulumi/pulumi.git
32 lines
528 B
JSON
32 lines
528 B
JSON
{
|
|
"version": "0.0.1",
|
|
"name": "example",
|
|
"resources": {
|
|
"example::Resource": {
|
|
"isComponent": true,
|
|
"inoutProperties": {
|
|
"baz": {
|
|
"$ref": "#/resources/example::Resource"
|
|
}
|
|
},
|
|
"inputProperties": {
|
|
"bar": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"properties": {
|
|
"baz": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|
|
},
|
|
"language": {
|
|
"csharp": {},
|
|
"go": {},
|
|
"nodejs": {},
|
|
"python": {}
|
|
}
|
|
}
|