Skip to content

Commit

Permalink
Merge pull request #71 from artefactory/pol/fix/db_random_password
Browse files Browse the repository at this point in the history
fix: no special char in db random password
  • Loading branch information
pol-defont-reaulx authored Sep 10, 2021
2 parents 46ecab9 + d25c0aa commit e0dbf65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IaC/modules/mlflow/secret_manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

resource "random_password" "password" {
length = 16
special = false
}

resource "google_secret_manager_secret" "secret" {
Expand Down

0 comments on commit e0dbf65

Please sign in to comment.