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

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

View File

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