File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
infra/terraform/mesh_dns_servers Expand file tree Collapse file tree 3 files changed +3
-3
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- terraform plan -input=false -var-file=${{ inputs.environment }}.tfvars
87+ TF_LOG=debug terraform plan -input=false -var-file=${{ inputs.environment }}.tfvars
8888 # terraform apply -auto-approve -input=false -var-file=${{ inputs.environment }}.tfvars
8989 working-directory : ./infra/terraform/
9090
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ resource "proxmox_vm_qemu" "authoritative_dns_vm" {
2929 ide {
3030 ide3 {
3131 cloudinit {
32- storage = " local-lvm "
32+ storage = var . proxmox_storage_location
3333 }
3434 }
3535 }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ resource "proxmox_vm_qemu" "recursive_dns_vm" {
2929 ide {
3030 ide3 {
3131 cloudinit {
32- storage = " local-lvm "
32+ storage = var . proxmox_storage_location
3333 }
3434 }
3535 }
You can’t perform that action at this time.
0 commit comments