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
|
# 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"
|
||||||
|
Reference in New Issue
Block a user