mirror of
https://github.com/google/nomulus.git
synced 2025-05-03 21:47:51 +02:00
For some reason the auto-formatting didn't happen when these files are first checked in. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191589487
17 lines
286 B
HCL
17 lines
286 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"
|
|
}
|
|
}
|
|
|
|
variable "proxy_ports" {
|
|
type = "map"
|
|
}
|