Skip to content

Commit

Permalink
Merge pull request #12 from opzkit/deprecation
Browse files Browse the repository at this point in the history
fix: deprecated use of number
  • Loading branch information
peter-svensson authored Jun 7, 2022
2 parents 21d1370 + e640901 commit 13f8128
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 13f8128

Please sign in to comment.