mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-22 20:00:15 +00:00
fix(terraform): change cpu type because of missing instruction sets
This commit is contained in:
@@ -31,7 +31,7 @@ resource "proxmox_virtual_environment_vm" "debian_vm" {
|
||||
architecture = "x86_64"
|
||||
cores = 8
|
||||
sockets = 1
|
||||
type = "x86-64-v2-AES"
|
||||
type = "host" // https://github.com/rustfs/rustfs/issues/968
|
||||
}
|
||||
|
||||
memory {
|
||||
|
||||
Reference in New Issue
Block a user