mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 12:37:52 +02:00
* Move terraform and kubernetes folder to be under proxy There is no reason for them to be under proxy/src/... any more now that we have a Gradle-idiomatic folder structure.
13 lines
243 B
HCL
13 lines
243 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"
|
|
}
|
|
}
|