mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
fix variable naming
This commit is contained in:
parent
9ac676192e
commit
f32c8de16e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ resource "google_sql_database_instance" "petclinic" {
|
|||
resource "google_sql_user" "users" {
|
||||
name = var.app
|
||||
instance = google_sql_database_instance.petclinic.name
|
||||
password = var.postgres_password
|
||||
password = var.db_password
|
||||
}
|
||||
|
||||
resource "google_sql_database" "database" {
|
||||
|
|
Loading…
Reference in a new issue