mirror of https://github.com/pulumi/pulumi.git
30 lines
650 B
JSON
30 lines
650 B
JSON
{
|
|
"name": "xyz",
|
|
"version": "0.0.1",
|
|
"resources": {
|
|
"xyz:index:Foo": {
|
|
"methods": {
|
|
"bar": "xyz:index:Baz/bar"
|
|
}
|
|
}
|
|
},
|
|
"functions": {
|
|
"xyz:index:Baz/bar": {
|
|
"inputs": {
|
|
"properties": {
|
|
"__self__": {
|
|
"$ref": "#/resources/xyz:index:Foo"
|
|
}
|
|
}
|
|
},
|
|
"outputs": {
|
|
"properties": {
|
|
"someValue": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|