File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
infra/terraform/mesh_dns_servers Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments