test-0005
All checks were successful
terraform validation / Terraform (push) Successful in 16s

This commit is contained in:
2025-01-20 20:52:36 +01:00
parent c87bed88e4
commit 53323fbb65

View File

@ -26,10 +26,16 @@ jobs:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
version: '>= 506.0.0'
- name: 'Use gcloud CLI'
run: 'gcloud info'
- name: Authenticate with Google Cloud Platform
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: Terraform fmt
id: fmt
run: terraform fmt -check -diff -recursive