Update variables.tf (#2)

fixed typo: hezner --> hetzner
This commit is contained in:
FloMaetschke
2021-12-17 20:22:18 +01:00
committed by GitHub
parent 41043bf30f
commit 8724b30aae

View File

@@ -19,7 +19,7 @@ variable "kubernetes" {
nodeSubnets = "192.168.0.0/16" nodeSubnets = "192.168.0.0/16"
domain = "cluster.local" domain = "cluster.local"
apiDomain = "api.cluster.local" apiDomain = "api.cluster.local"
clusterName = "talos-k8s-hezner" clusterName = "talos-k8s-hetzner"
tokenMachine = "" tokenMachine = ""
caMachine = "" caMachine = ""
token = "" token = ""