Skip to content

Instantly share code, notes, and snippets.

@tp199314
tp199314 / terraform-authentication-github-actions.yml
Last active June 13, 2023 12:13 — forked from geekzter/terraform-authentication-github-actions.yml
Terraform authentication re-uses GitHub Azure Action credentials
- name: Get Azure CLI
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Get Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 'latest'
terraform_wrapper: false