terraform fmt
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 19s

This commit is contained in:
MichaelFisher1997
2025-04-17 17:02:46 +01:00
parent c1c533f92d
commit 36cba568f2
3 changed files with 16 additions and 11 deletions

View File

@@ -17,8 +17,10 @@ jobs:
pull-requests: write
env:
TF_VAR_TAILSCALE_KEY: ${{ secrets.TAILSCALE_KEY }}
TF_VAR_TS_AUTHKEY: ${{ secrets.TAILSCALE_KEY }}
TF_VAR_ssh_key: ${{ secrets.SSH_PUBLIC_KEY }}
TF_VAR_tailscale_key: ${{ secrets.TAILSCALE_KEY }}
steps:
- name: Checkout repository