fix: remove empty TF_VAR CIDR envs causing plan parse errors
Some checks failed
Deploy Cluster / Terraform (push) Successful in 39s
Deploy Cluster / Ansible (push) Failing after 1m28s

This commit is contained in:
2026-03-01 14:47:32 +00:00
parent 86c38e385f
commit fffd3876fb
3 changed files with 1 additions and 5 deletions

View File

@@ -17,8 +17,6 @@ env:
TF_VAR_s3_endpoint: ${{ secrets.S3_ENDPOINT }}
TF_VAR_s3_bucket: ${{ secrets.S3_BUCKET }}
TF_VAR_tailscale_tailnet: ${{ secrets.TAILSCALE_TAILNET }}
TF_VAR_allowed_ssh_ips: ${{ secrets.RUNNER_ALLOWED_CIDRS }}
TF_VAR_allowed_api_ips: ${{ secrets.RUNNER_ALLOWED_CIDRS }}
jobs:
terraform: