Skip to content

Commit

Permalink
fix: deprecated use of number
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle committed Jun 7, 2022
1 parent 21d1370 commit e640901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "random_password" "password" {
special = false
lower = true
upper = true
number = true
numeric = true
override_special = ""
min_special = 0
min_lower = 5
Expand Down

0 comments on commit e640901

Please sign in to comment.