chore(terraform): terraform format

This commit is contained in:
2025-12-25 22:14:46 +01:00
parent 3c048f3c3d
commit 178f731f38
2 changed files with 9 additions and 9 deletions

View File

@@ -173,7 +173,7 @@ resource "talos_machine_configuration_apply" "controlplane" {
config_patches = concat( config_patches = concat(
[ [
templatefile("${path.module}/templates/install-disk-and-hostname.yaml.tmpl", { templatefile("${path.module}/templates/install-disk-and-hostname.yaml.tmpl", {
hostname = "${var.cluster_name}-cp-${count.index + 1}" hostname = "${var.cluster_name}-cp-${count.index + 1}"
}), }),
templatefile("${path.module}/templates/proxmox-ccm.yaml.tmpl", { templatefile("${path.module}/templates/proxmox-ccm.yaml.tmpl", {
proxmox_url = var.proxmox_endpoint proxmox_url = var.proxmox_endpoint
@@ -213,7 +213,7 @@ resource "talos_machine_configuration_apply" "worker" {
config_patches = concat( config_patches = concat(
[ [
templatefile("${path.module}/templates/install-disk-and-hostname.yaml.tmpl", { templatefile("${path.module}/templates/install-disk-and-hostname.yaml.tmpl", {
hostname = "${var.cluster_name}-worker-${count.index + 1}" hostname = "${var.cluster_name}-worker-${count.index + 1}"
}), }),
templatefile("${path.module}/templates/proxmox-ccm.yaml.tmpl", { templatefile("${path.module}/templates/proxmox-ccm.yaml.tmpl", {
proxmox_url = var.proxmox_endpoint proxmox_url = var.proxmox_endpoint