2021-11-25 01:13:47 +00:00
|
|
|
{
|
|
|
|
"version": "0.0.1",
|
|
|
|
"name": "mongodbatlas",
|
|
|
|
"types": {
|
|
|
|
"mongodbatlas::getCustomDbRolesResult": {
|
|
|
|
"type": "object"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"functions": {
|
|
|
|
"mongodbatlas::getCustomDbRoles": {
|
|
|
|
"inputs": {},
|
|
|
|
"outputs": {
|
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
|
|
|
"result": {
|
|
|
|
"$ref": "#/types/mongodbatlas::getCustomDbRolesResult"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-02 01:53:18 +00:00
|
|
|
},
|
|
|
|
"language": {
|
2021-12-10 21:13:50 +00:00
|
|
|
"nodejs": {
|
|
|
|
"dependencies": {
|
|
|
|
"@pulumi/pulumi": "^3.12"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^3.7.0"
|
|
|
|
}
|
2021-12-10 23:35:24 +00:00
|
|
|
},
|
|
|
|
"go": {
|
2023-06-13 23:44:51 +00:00
|
|
|
"generateExtraInputTypes": true,
|
2023-06-14 16:34:49 +00:00
|
|
|
"importBasePath": "regress-8403/mongodbatlas"
|
2021-12-02 01:53:18 +00:00
|
|
|
}
|
2021-11-25 01:13:47 +00:00
|
|
|
}
|
|
|
|
}
|