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 e0ccc0c commit 34daa9aCopy full SHA for 34daa9a
cosmosdb-mongo-vcore/credentials.tf
@@ -1,6 +1,6 @@
1
resource "random_password" "password" {
2
- length = 32
3
- min_lower = 4
4
- min_numeric = 4
5
- min_upper = 4
+ length = 32
+ min_lower = 4
+ min_numeric = 4
+ min_upper = 4
6
}
0 commit comments