mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +00:00
Update variables.tf
This commit is contained in:
parent
782a075302
commit
be07caf743
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
variable "google_project" {
|
variable "google_project" {
|
||||||
type = string
|
type = string
|
||||||
default = "playground-s-11-edc914a0"
|
default = "playground-s-11-d59ca2db"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "service_account_email" {
|
variable "service_account_email" {
|
||||||
type = string
|
type = string
|
||||||
default = "cli-service-account-1@playground-s-11-edc914a0.iam.gserviceaccount.com"
|
default = "cli-service-account-1@playground-s-11-d59ca2db.iam.gserviceaccount.com"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "google_region" {
|
variable "google_region" {
|
||||||
|
|
Loading…
Reference in a new issue