mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Update variables.tf - project name update
This commit is contained in:
parent
2da340ea91
commit
0e671ee97c
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
variable "google_project" {
|
||||
type = string
|
||||
default = "playground-s-11-d59ca2db"
|
||||
default = "playground-s-11-5cd45b0d"
|
||||
}
|
||||
|
||||
variable "service_account_email" {
|
||||
type = string
|
||||
default = "cli-service-account-1@playground-s-11-d59ca2db.iam.gserviceaccount.com"
|
||||
default = "cli-service-account-1@playground-s-11-5cd45b0d.iam.gserviceaccount.com"
|
||||
}
|
||||
|
||||
variable "google_region" {
|
||||
|
|
Loading…
Reference in a new issue