Update variables.tf

This commit is contained in:
themajerr 2023-07-07 11:23:31 +02:00 committed by GitHub
parent 782a075302
commit be07caf743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
variable "google_project" {
type = string
default = "playground-s-11-edc914a0"
default = "playground-s-11-d59ca2db"
}
variable "service_account_email" {
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" {