fix(terraform): change cpu type because of missing instruction sets

This commit is contained in:
Rodney Osodo
2025-12-08 23:12:32 +03:00
parent 4936ff88c7
commit a9509249bb
+1 -1
View File
@@ -31,7 +31,7 @@ resource "proxmox_virtual_environment_vm" "debian_vm" {
architecture = "x86_64" architecture = "x86_64"
cores = 8 cores = 8
sockets = 1 sockets = 1
type = "x86-64-v2-AES" type = "host" // https://github.com/rustfs/rustfs/issues/968
} }
memory { memory {