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 Jun 28, 2024
1 parent 5d9691c commit d912773
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ jobs:
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
subscription-id: ${{ secrets.DCD_CFT_SANDBOX_SUBSCRIPTION }}

- name: Use Terraform
uses: hashicorp/setup-terraform@v1

- name: Change directory to Terraform config
run: cd components/lab

- name: Precheck Terraform
working-directory: components/lab
env:
AZURE_SUBSCRIPTION_ID: ${{ secrets.DCD_CFT_SANDBOX_SUBSCRIPTION }}
run: |
Expand All @@ -39,4 +44,3 @@ jobs:
terraform plan \
-var="location=UK South" \
-var="override_action=plan" \

0 comments on commit d912773

Please sign in to comment.