mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +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"
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user