fix: no backend here

This commit is contained in:
2025-01-09 15:29:09 -05:00
parent 08b1b8f641
commit 60f194ac7d
3 changed files with 6 additions and 27 deletions

View File

@@ -4,12 +4,12 @@ env: { TF: terraform -chdir=terraform }
silent: true
tasks:
tf/init: $TF init -backend-config=../secrets/backend.json
tf/init: $TF init -backend-config=s3.tfbackend
tf/plan: $TF plan
tf/destroy: $TF destroy
tf/format: $TF fmt -recursive
tf/apply:
- $TF apply
- $TF output -json > secrets/terraform.json
- $TF output -json > terraform.secrets
action: act -W .gitea/workflows --container-architecture linux/amd64