We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e8464 commit 5893f44Copy full SHA for 5893f44
examples/complete/variables.tf
@@ -41,6 +41,6 @@ variable "service_credential_names" {
41
"mongodb_admin" : "Administrator",
42
"mongodb_operator" : "Operator",
43
"mongodb_viewer" : "Viewer",
44
- "mongodb_viewer" : "Editor",
+ "mongodb_editor" : "Editor",
45
}
46
0 commit comments