diff --git a/main.tf b/main.tf index e95227e..cacdcbb 100644 --- a/main.tf +++ b/main.tf @@ -14,7 +14,6 @@ locals { talos_token = var.talos_token talos_crt = var.talos_crt talos_key = var.talos_key - talos_version = var.talos_version customize_network = var.customize_network node_ip_address = "${var.ip_address_base}.${var.worker_ip_address_start + i}" ip_netmask = var.ip_netmask diff --git a/talosnode.tpl b/talosnode.tpl index 786ed2b..4326dd2 100644 --- a/talosnode.tpl +++ b/talosnode.tpl @@ -93,7 +93,7 @@ machine: # Used to provide instructions for installations. install: disk: /dev/sda # The disk used for installations. - image: ghcr.io/talos-systems/installer:${talos_version} # Allows for supplying the image used to perform the installation. + image: ghcr.io/talos-systems/installer:${tf_talos_version} # Allows for supplying the image used to perform the installation. bootloader: true # Indicates if a bootloader should be installed. wipe: false # Indicates if the installation disk should be wiped at installation time.