Update variables.tf - project name update

This commit is contained in:
themajerr 2023-07-10 12:13:33 +02:00 committed by GitHub
parent 2da340ea91
commit 0e671ee97c
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-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" {