mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
There were several LSC that made some formatting changes to our .tf files. Export these changes externally for consistency.
13 lines
241 B
HCL
13 lines
241 B
HCL
variable "proxy_service_account_email" {}
|
|
|
|
variable "proxy_cluster_region" {}
|
|
|
|
variable "proxy_cluster_zones" {
|
|
type = map
|
|
|
|
default = {
|
|
americas = "us-east4-a"
|
|
emea = "europe-west4-b"
|
|
apac = "asia-northeast1-c"
|
|
}
|
|
}
|