Skip to content

Commit c4ea0f3

Browse files
committed
debug logs
1 parent 7f65189 commit c4ea0f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy_dns_environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ 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-
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

infra/terraform/mesh_dns_servers/vm_authoritative.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

infra/terraform/mesh_dns_servers/vm_recursive.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)