diff --git a/machine-images/imported-vars.pkr.hcl b/machine-images/imported-vars.pkr.hcl deleted file mode 100755 index 510c9072..00000000 --- a/machine-images/imported-vars.pkr.hcl +++ /dev/null @@ -1,7 +0,0 @@ -# This file is generated automatically - -variable "internal_lb" { - type = string - default = "10.20.82.196" -} - diff --git a/machine-images/vars.pkr.hcl b/machine-images/vars.pkr.hcl index ef8c379d..87b00500 100644 --- a/machine-images/vars.pkr.hcl +++ b/machine-images/vars.pkr.hcl @@ -33,6 +33,11 @@ variable "k3s_token" { default = env("K3S_TOKEN") } +variable "internal_lb" { + type = string + default = "10.20.0.4" +} + variable "availability_domain" { type = string default = "ppDV:EU-FRANKFURT-1-AD-1"