Skip to content

Commit 5893f44

Browse files
authored
chore: fix typo in complete example SKIP UPGRADE TEST (#170)
1 parent 16e8464 commit 5893f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ variable "service_credential_names" {
4141
"mongodb_admin" : "Administrator",
4242
"mongodb_operator" : "Operator",
4343
"mongodb_viewer" : "Viewer",
44-
"mongodb_viewer" : "Editor",
44+
"mongodb_editor" : "Editor",
4545
}
4646
}

0 commit comments

Comments
 (0)