Add variable to decide wether the ssh-port of the k8s-server is exposed
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
variable "expose_kubernetes_and_ssh_ports" {
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "hetzner_dns_apitoken" {
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user