Skip to content

Commit 9a925bc

Browse files
committed
cpu
1 parent 689b53b commit 9a925bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy_dns_environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
echo "${{ secrets.TF_VAR_MESH_DNS_PUB_KEY }}" > dns_ed25519.pub
8585
chmod 600 dns_ed25519
8686
chmod 600 dns_ed25519.pub
87-
#TF_LOG=debug terraform plan -input=false -var-file=${{ inputs.environment }}.tfvars
88-
terraform apply -auto-approve -input=false -var-file=${{ inputs.environment }}.tfvars
87+
TF_LOG=debug terraform plan -input=false -var-file=${{ inputs.environment }}.tfvars
88+
# terraform apply -auto-approve -input=false -var-file=${{ inputs.environment }}.tfvars
8989
working-directory: ./infra/terraform/
9090

9191
#- name: Run playbook

infra/terraform/mesh_dns_servers/vm_recursive.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ resource "proxmox_vm_qemu" "recursive_dns_vm" {
88

99
cores = var.recursive_cores
1010
sockets = var.recursive_sockets
11+
cpu = "host"
1112
memory = var.recursive_memory
1213
os_type = "cloud-init"
1314
agent = 1

0 commit comments

Comments
 (0)