Add support for LB in upcloud private zone (#11260)

This commit is contained in:
David
2024-08-01 06:58:30 +02:00
committed by GitHub
parent 8d497b49a6
commit 2799f11475
5 changed files with 29 additions and 4 deletions

View File

@@ -9,6 +9,15 @@ variable "zone" {
description = "The zone where to run the cluster"
}
variable "private_cloud" {
description = "Whether the environment is in the private cloud region"
default = false
}
variable "public_zone" {
description = "The public zone equivalent if the cluster is running in a private cloud zone"
}
variable "template_name" {
description = "Block describing the preconfigured operating system"
}