Skip to content

Commit

Permalink
Merge pull request metro-digital-inner-source#16 from DatMicha/patch-1
Browse files Browse the repository at this point in the history
CF - Fix terraform template
  • Loading branch information
siilarsi committed Jun 23, 2021
2 parents aeaf467 + 0df57e7 commit b4b2d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow-templates/cf-gcp-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup GCP Credentials
uses: google-github-actions/setup-gcloud@master
with:
service_account_key: ${{ secrets[matrix.terraform-key] }}
service_account_key: ${{ secrets[matrix.secret_name] }}
export_default_credentials: true

# Fail pipeline if code is not formatted proper
Expand All @@ -101,4 +101,4 @@ jobs:
- name: terraform apply
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' }}
run: terraform apply -auto-approve "${{ github.sha }}.plan"


0 comments on commit b4b2d08

Please sign in to comment.