Add variable to decide wether the ssh-port of the k8s-server is exposed

This commit is contained in:
2025-09-14 15:22:10 +02:00
parent 8797fad6d7
commit 998426c330
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
variable "expose_kubernetes_and_ssh_ports" {
type = bool
default = false
}
variable "hetzner_dns_apitoken" {
type = string
}