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