mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
chore(talos): update machine config version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
resource "talos_machine_secrets" "this" {
|
||||
talos_version = var.cluster.talos_version
|
||||
talos_version = var.cluster.talos_machine_config_version
|
||||
}
|
||||
|
||||
data "talos_client_configuration" "this" {
|
||||
@@ -17,7 +17,7 @@ data "talos_machine_configuration" "this" {
|
||||
# This is the Kubernetes API Server endpoint.
|
||||
# ref - https://www.talos.dev/v1.9/introduction/prodnotes/#decide-the-kubernetes-endpoint
|
||||
cluster_endpoint = "https://${var.cluster.endpoint}:6443"
|
||||
talos_version = var.cluster.talos_version
|
||||
talos_version = var.cluster.talos_machine_config_version
|
||||
machine_type = each.value.machine_type
|
||||
machine_secrets = talos_machine_secrets.this.machine_secrets
|
||||
config_patches = [
|
||||
|
||||
Reference in New Issue
Block a user