diff --git a/proxmox/terraform/production/production.tf b/proxmox/terraform/production/production.tf --- a/proxmox/terraform/production/production.tf +++ b/proxmox/terraform/production/production.tf @@ -23,6 +23,7 @@ vmid = 123 cores = "4" memory = "8192" + cpu = "host" numa = true balloon = 0 networks = [{ diff --git a/proxmox/terraform/production/terraform.tfstate b/proxmox/terraform/production/terraform.tfstate --- a/proxmox/terraform/production/terraform.tfstate +++ b/proxmox/terraform/production/terraform.tfstate @@ -1,7 +1,7 @@ { "version": 4, - "terraform_version": "1.1.0", - "serial": 142, + "terraform_version": "1.1.3", + "serial": 143, "lineage": "e2912de8-415d-4c35-8ee5-757008306227", "outputs": { "worker18_summary": { @@ -166,7 +166,7 @@ "clone_wait": 0, "cloudinit_cdrom_storage": null, "cores": 4, - "cpu": "kvm64", + "cpu": "host", "default_ipv4_address": null, "define_connection_info": true, "desc": "Keycloak server", @@ -176,7 +176,7 @@ "cache": "none", "discard": "", "file": "vm-123-disk-0", - "format": "raw", + "format": "", "iothread": 0, "mbps": 0, "mbps_rd": 0,