mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +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" {
|
variable "google_project" {
|
||||||
type = string
|
type = string
|
||||||
default = "playground-s-11-d59ca2db"
|
default = "playground-s-11-5cd45b0d"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "service_account_email" {
|
variable "service_account_email" {
|
||||||
type = string
|
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" {
|
variable "google_region" {
|
||||||
|
|
Loading…
Reference in a new issue