style(terraform): Format files with tofu fmt
Some checks failed
CD - Deploy Infrastructure / Terraform Validation (push) Successful in 19s
CD - Deploy Infrastructure / Deploy on pve1 (push) Failing after 9s
CD - Deploy Infrastructure / Deploy on pve2 (push) Failing after 9s
CD - Deploy Infrastructure / Deploy on pve3 (push) Failing after 9s
CD - Deploy Infrastructure / Validate K3s Cluster (push) Has been skipped
CD - Deploy Infrastructure / Deployment Notification (push) Failing after 1s
Some checks failed
CD - Deploy Infrastructure / Terraform Validation (push) Successful in 19s
CD - Deploy Infrastructure / Deploy on pve1 (push) Failing after 9s
CD - Deploy Infrastructure / Deploy on pve2 (push) Failing after 9s
CD - Deploy Infrastructure / Deploy on pve3 (push) Failing after 9s
CD - Deploy Infrastructure / Validate K3s Cluster (push) Has been skipped
CD - Deploy Infrastructure / Deployment Notification (push) Failing after 1s
Run tofu fmt to properly format all Terraform files according to standard conventions.
This commit is contained in:
parent
72d95934b2
commit
e97e35ad0b
3 changed files with 6 additions and 6 deletions
|
|
@ -31,8 +31,8 @@ resource "proxmox_vm_qemu" "k3s_server_1" {
|
||||||
sockets = 1
|
sockets = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
memory = var.k3s_server_1_config.memory
|
memory = var.k3s_server_1_config.memory
|
||||||
agent = 1
|
agent = 1
|
||||||
|
|
||||||
boot = "order=scsi0"
|
boot = "order=scsi0"
|
||||||
scsihw = "virtio-scsi-single"
|
scsihw = "virtio-scsi-single"
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,8 @@ resource "proxmox_vm_qemu" "k3s_server_2" {
|
||||||
sockets = 1
|
sockets = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
memory = var.k3s_server_2_config.memory
|
memory = var.k3s_server_2_config.memory
|
||||||
agent = 1
|
agent = 1
|
||||||
|
|
||||||
boot = "order=scsi0"
|
boot = "order=scsi0"
|
||||||
scsihw = "virtio-scsi-single"
|
scsihw = "virtio-scsi-single"
|
||||||
|
|
|
||||||
|
|
@ -31,8 +31,8 @@ resource "proxmox_vm_qemu" "etcd_witness" {
|
||||||
sockets = 1
|
sockets = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
memory = var.etcd_witness_config.memory
|
memory = var.etcd_witness_config.memory
|
||||||
agent = 1
|
agent = 1
|
||||||
|
|
||||||
boot = "order=scsi0"
|
boot = "order=scsi0"
|
||||||
scsihw = "virtio-scsi-single"
|
scsihw = "virtio-scsi-single"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue