Skip to content

Commit

Permalink
adding config + pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 3, 2024
1 parent da14500 commit a101dae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
working-directory: components
env:
AZURE_SUBSCRIPTION_ID: ${{ secrets.DCD_CFT_SANDBOX_SUBSCRIPTION }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
run: |
terraform init \
-backend-config="subscription_id=${{ secrets.DCD_CFT_SANDBOX_SUBSCRIPTION }}"
terraform plan \
-var="location=UK South" \
-var="override_action=plan"
-var="override_action=plan" \
-var="github_token=${{ secrets.PAT_TOKEN }}"

0 comments on commit a101dae

Please sign in to comment.