chore: fixed formatting on tofu files
This commit is contained in:
10
docker.tf
10
docker.tf
@@ -25,11 +25,11 @@ resource "proxmox_vm_qemu" "dev-docker" {
|
||||
|
||||
# VM CPU Settings
|
||||
cpu {
|
||||
cores = 1
|
||||
sockets = 4
|
||||
type = "x86-64-v2-AES"
|
||||
cores = 1
|
||||
sockets = 4
|
||||
type = "x86-64-v2-AES"
|
||||
}
|
||||
bios = "ovmf"
|
||||
bios = "ovmf"
|
||||
|
||||
|
||||
startup = "order=2"
|
||||
@@ -40,7 +40,7 @@ resource "proxmox_vm_qemu" "dev-docker" {
|
||||
|
||||
# VM Network Settings
|
||||
network {
|
||||
id = 0
|
||||
id = 0
|
||||
bridge = "vmbr0"
|
||||
model = "virtio"
|
||||
tag = "10"
|
||||
|
Reference in New Issue
Block a user