Skip to content

Commit

Permalink
fix blueprint user quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Spinelli authored and Francesco-cloud24 committed Nov 13, 2023
1 parent cbf13d2 commit 5ed7ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/data-solutions/cloudsql-multiregion/cloudsql.tf
Expand Up @@ -34,7 +34,7 @@ module "db" {
}
databases = [var.postgres_database]
users = {
"postgres" = {
postgres = {
password = var.postgres_user_password
}
}
Expand Down

0 comments on commit 5ed7ef6

Please sign in to comment.