Skip to content

Commit

Permalink
fix: Fixed talos_version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Vories committed Apr 7, 2021
1 parent 960f59b commit 73ec9db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion talosnode.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 73ec9db

Please sign in to comment.