There was an error in the documentatio about the example file.
Resulting in error when using autoscaler:
Error: Invalid expression │
│ on kube.tf line 333, in module "kube-hetzner":
│ 333: taints =
│ 334: [{
│
│ Expected the start of an expression, but found an invalid expression token.
Solution:
change position of "[" and "]" bracket
change format of listed taints: key="value", not key:"value"
There was an error in the documentatio about the example file. Resulting in error when using autoscaler: Error: Invalid expression │
│ on kube.tf line 333, in module "kube-hetzner":
│ 333: taints =
│ 334: [{
│
│ Expected the start of an expression, but found an invalid expression token. Solution: