Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel authored Sep 22, 2021
1 parent a9b5177 commit 2e185c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ runs:
fi
shell: bash
working-directory: ${{ inputs.working-directory }}
env:
ARM_ACCESS_KEY: ${{ inputs.backend-access-key }}

# Apply the terraform changes
- name: Apply / Plan terraform
Expand All @@ -84,6 +86,7 @@ runs:
ARM_CLIENT_ID: ${{ inputs.client-id }}
ARM_CLIENT_SECRET: ${{ inputs.client-secret }}
ARM_TENANT_ID: ${{ inputs.tenant-id }}
ARM_ACCESS_KEY: ${{ inputs.backend-access-key }}

# Export terraform outputs to output of this job
- name: Terraform Output
Expand All @@ -93,3 +96,5 @@ runs:
TERRAFORM_OUTPUT=$(terraform output --json | jq -c .)
echo "::set-output name=output::$TERRAFORM_OUTPUT"
shell: bash
env:
ARM_ACCESS_KEY: ${{ inputs.backend-access-key }}

0 comments on commit 2e185c8

Please sign in to comment.