mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
There were several LSC that made some formatting changes to our .tf files. Export these changes externally for consistency.
14 lines
241 B
HCL
14 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"
|
|
}
|
|
}
|