mirror of https://github.com/pulumi/pulumi.git
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"version": "0.0.1",
|
|
"name": "foo-bar",
|
|
"types": {
|
|
"foo-bar:index:TopLevel": {
|
|
"properties": {
|
|
"buzz": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"inputProperties": {
|
|
"buzz": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object"
|
|
}
|
|
},
|
|
"resources": {
|
|
"foo-bar:submodule1:ModuleResource": {
|
|
"properties": {
|
|
"thing": {
|
|
"$ref": "#/types/foo-bar:index:TopLevel"
|
|
}
|
|
},
|
|
"inputProperties": {
|
|
"thing": {
|
|
"$ref": "#/types/foo-bar:index:TopLevel"
|
|
}
|
|
},
|
|
"type": "object"
|
|
},
|
|
"foo-bar:submodule1:FOOEncryptedBarClass":{
|
|
"type": "object"
|
|
}
|
|
},
|
|
"language": {
|
|
"csharp": {
|
|
"namespaces": {
|
|
"foo-bar": "FooBar"
|
|
},
|
|
"packageReferences": {
|
|
"Pulumi.Aws": "4.20",
|
|
"Pulumi.Kubernetes": "3.7",
|
|
"Pulumi.Random": "4.2"
|
|
}
|
|
},
|
|
"go": {
|
|
"importBasePath": "dash-named-schema/foo",
|
|
"generateExtraInputTypes": true
|
|
},
|
|
"nodejs": {
|
|
"dependencies": {
|
|
"@pulumi/pulumi": "^3.12"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.7.0"
|
|
}
|
|
},
|
|
"python": {}
|
|
}
|
|
}
|