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 committed Nov 13, 2023
1 parent e5c7370 commit 813a7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/data-solutions/cloudsql-multiregion/cloudsql.tf
Original file line number Diff line number Diff line change
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 813a7c1

Please sign in to comment.