chore: update telmate/proxmox version

This commit is contained in:
Matthew McKinnon 2025-05-17 14:00:25 +10:00
parent c84bcfdf0a
commit bc4b862d78
2 changed files with 7 additions and 5 deletions

View File

@ -41,10 +41,11 @@ resource "proxmox_vm_qemu" "docker" {
qemu_os = "l26"
# VM CPU Settings
cores = 4
sockets = 1
cpu = "x86-64-v2-AES"
bios = "ovmf"
cores = 4
sockets = 1
cpu_type = "x86-64-v2-AES"
bios = "ovmf"
startup = "order=2"
@ -54,6 +55,7 @@ resource "proxmox_vm_qemu" "docker" {
# VM Network Settings
network {
id = 0
bridge = "vmbr0"
model = "virtio"
tag = "10"

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "Telmate/proxmox"
version = "3.0.1-rc4"
version = "3.0.1-rc8"
}
bitwarden = {