chore: fixed formatting on tofu files

This commit is contained in:
2025-09-27 13:57:18 +10:00
parent fffc39c402
commit 068e69fc0a
2 changed files with 7 additions and 7 deletions

View File

@@ -25,11 +25,11 @@ resource "proxmox_vm_qemu" "dev-docker" {
# VM CPU Settings # VM CPU Settings
cpu { cpu {
cores = 1 cores = 1
sockets = 4 sockets = 4
type = "x86-64-v2-AES" type = "x86-64-v2-AES"
} }
bios = "ovmf" bios = "ovmf"
startup = "order=2" startup = "order=2"
@@ -40,7 +40,7 @@ resource "proxmox_vm_qemu" "dev-docker" {
# VM Network Settings # VM Network Settings
network { network {
id = 0 id = 0
bridge = "vmbr0" bridge = "vmbr0"
model = "virtio" model = "virtio"
tag = "10" tag = "10"

View File

@@ -1,9 +1,9 @@
resource "proxmox_lxc" "ghshr" { resource "proxmox_lxc" "ghshr" {
depends_on = [ depends_on = [
proxmox_vm_qemu.dev-docker proxmox_vm_qemu.dev-docker
] ]
target_node = "pve" target_node = "pve"
vmid = "201" vmid = "201"
hostname = "ghshr" hostname = "ghshr"