Skip to content

Commit

Permalink
GH-4: Increase password length for database user
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparrow0hawk committed Oct 24, 2023
1 parent 90f9769 commit f5cc6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/schemes/cloud-sql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "google_secret_manager_secret" "database_uri" {
}

resource "random_password" "schemes" {
length = 20
length = 32
special = false
}

Expand Down

0 comments on commit f5cc6b2

Please sign in to comment.