Created
February 6, 2021 18:11
-
-
Save MarcusFelling/55950d58da2b4a83f061cdaa52f37061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jobs: | |
| terraform: | |
| name: "Run Terraform Plan" | |
| runs-on: ubuntu-latest | |
| # Add env variables for service principal | |
| env: | |
| ARM_CLIENT_ID: ${{ secrets.TF_VAR_ARM_CLIENT_ID }} | |
| ARM_CLIENT_SECRET: ${{ secrets.TF_VAR_ARM_CLIENT_SECRET }} | |
| ARM_SUBSCRIPTION_ID: ${{ secrets.TF_VAR_ARM_SUBSCRIPTION_ID }} | |
| ARM_TENANT_ID: ${{ secrets.TF_VAR_ARM_TENANT_ID }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment