switching terraform backend to azure storage
All checks were successful
Pull Request / changes (pull_request) Successful in 22s
Pull Request / build-and-test (pull_request) Has been skipped

This commit is contained in:
2026-07-13 11:50:31 -05:00
parent b8ec5be269
commit a54105e8e5
4 changed files with 6 additions and 17 deletions

View File

@@ -17,13 +17,3 @@ jobs:
environment_name: test
version_number: ${{ github.run_id }}
secrets: inherit
terraform:
if: ${{ needs.changes.outputs.infrastructure == 'true' }}
name: terraform-plan
needs:
- changes
uses: ./.gitea/workflows/terraform.yaml
with:
environment_name: test
secrets: inherit