Skip to content

Commit 34daa9a

Browse files
terraform fmt for cosmosdb module (#28)
1 parent e0ccc0c commit 34daa9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resource "random_password" "password" {
2-
length = 32
3-
min_lower = 4
4-
min_numeric = 4
5-
min_upper = 4
2+
length = 32
3+
min_lower = 4
4+
min_numeric = 4
5+
min_upper = 4
66
}

0 commit comments

Comments
 (0)