mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
ea5689a945
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
16 lines
724 B
HCL
16 lines
724 B
HCL
variable "env" { default = "test" }
|
|
variable "region" { default = "europe-west1" }
|
|
variable "zone" { default = "europe-west1-b" }
|
|
variable "horizontal_pod_autoscaling" { default = false }
|
|
variable "node_count" { default = 2 }
|
|
variable "node_min_count" { default = 2 }
|
|
variable "node_max_count" { default = 2 }
|
|
variable "initial_node_count" { default = 2 }
|
|
variable "max_scale" { default = "10" }
|
|
variable "ip_cidr_range" { default = "10.69.0.0/16" }
|
|
variable "ip-pod-range" { default = "10.70.0.0/16" }
|
|
variable "ip_service_range" { default = "10.71.0.0/16" }
|
|
variable "preemptible" { default = true }
|
|
variable "GCP_PROJECT_ID" {type = string}
|
|
variable "GCP_GSA_NAME" {type = string}
|
|
variable "GCP_KSA_NAME" {type = string}
|