Skip to content

Commit 1f302fb

Browse files
Update src/main.tf
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf95633 commit 1f302fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ resource "random_password" "elasticsearch_password" {
6161
# character length
6262
length = 33
6363

64-
special = true
65-
upper = true
66-
lower = true
67-
numeric = true
64+
special = true
65+
upper = true
66+
lower = true
67+
numeric = true
6868

6969
min_special = 1
7070
min_upper = 1

0 commit comments

Comments
 (0)