chore: update telmate/proxmox version
This commit is contained in:
parent
c84bcfdf0a
commit
bc4b862d78
10
docker.tf
10
docker.tf
@ -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"
|
||||
|
@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "Telmate/proxmox"
|
||||
version = "3.0.1-rc4"
|
||||
version = "3.0.1-rc8"
|
||||
}
|
||||
|
||||
bitwarden = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user