fix(terraform): Format alignment for iso parameter
Some checks failed
CD - Deploy Infrastructure / Terraform Validation (push) Failing after 2m9s
CD - Deploy Infrastructure / Deploy on pve1 (push) Has been skipped
CD - Deploy Infrastructure / Deploy on pve2 (push) Has been skipped
CD - Deploy Infrastructure / Deploy on pve3 (push) Has been skipped
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) Failing after 2m9s
CD - Deploy Infrastructure / Deploy on pve1 (push) Has been skipped
CD - Deploy Infrastructure / Deploy on pve2 (push) Has been skipped
CD - Deploy Infrastructure / Deploy on pve3 (push) Has been skipped
CD - Deploy Infrastructure / Validate K3s Cluster (push) Has been skipped
CD - Deploy Infrastructure / Deployment Notification (push) Failing after 1s
This commit is contained in:
parent
70f29227f0
commit
705f37045f
3 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ resource "proxmox_vm_qemu" "k3s_server_1" {
|
||||||
target_node = "acemagician"
|
target_node = "acemagician"
|
||||||
|
|
||||||
# Création from scratch avec ISO Ubuntu 24.04
|
# Création from scratch avec ISO Ubuntu 24.04
|
||||||
iso = "local:iso/ubuntu-24.04-server-cloudimg-amd64.img"
|
iso = "local:iso/ubuntu-24.04-server-cloudimg-amd64.img"
|
||||||
|
|
||||||
# Configuration matérielle
|
# Configuration matérielle
|
||||||
cpu {
|
cpu {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ resource "proxmox_vm_qemu" "k3s_server_2" {
|
||||||
target_node = "elitedesk"
|
target_node = "elitedesk"
|
||||||
|
|
||||||
# Création from scratch avec ISO Ubuntu 24.04
|
# Création from scratch avec ISO Ubuntu 24.04
|
||||||
iso = "local:iso/ubuntu-24.04-server-cloudimg-amd64.img"
|
iso = "local:iso/ubuntu-24.04-server-cloudimg-amd64.img"
|
||||||
|
|
||||||
# Configuration matérielle
|
# Configuration matérielle
|
||||||
cpu {
|
cpu {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ resource "proxmox_vm_qemu" "etcd_witness" {
|
||||||
target_node = "thinkpad"
|
target_node = "thinkpad"
|
||||||
|
|
||||||
# Création from scratch avec ISO Ubuntu 24.04
|
# Création from scratch avec ISO Ubuntu 24.04
|
||||||
iso = "local:iso/ubuntu-24.04-server-cloudimg-amd64.img"
|
iso = "local:iso/ubuntu-24.04-server-cloudimg-amd64.img"
|
||||||
|
|
||||||
# Configuration matérielle
|
# Configuration matérielle
|
||||||
cpu {
|
cpu {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue