mirror of https://github.com/pulumi/pulumi.git
37 lines
706 B
JSON
37 lines
706 B
JSON
{
|
|
"version": "0.0.1",
|
|
"name": "mongodbatlas",
|
|
"types": {
|
|
"mongodbatlas::getCustomDbRolesResult": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"functions": {
|
|
"mongodbatlas::getCustomDbRoles": {
|
|
"inputs": {},
|
|
"outputs": {
|
|
"type": "object",
|
|
"properties": {
|
|
"result": {
|
|
"$ref": "#/types/mongodbatlas::getCustomDbRolesResult"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"language": {
|
|
"nodejs": {
|
|
"dependencies": {
|
|
"@pulumi/pulumi": "^3.12"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.7.0"
|
|
}
|
|
},
|
|
"go": {
|
|
"generateExtraInputTypes": true,
|
|
"importBasePath": "regress-8403/mongodbatlas"
|
|
}
|
|
}
|
|
}
|