chore(terraform): terraform format
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user