Skip to content

Commit

Permalink
tf apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Thornton committed Mar 22, 2024
1 parent bbae004 commit 6793da0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,19 @@ jobs:
ARM_TENANT_ID: ${{ secrets.AZURE_AD_TENANT_ID }}
DEPLOYMENT_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
working-directory: "./Terraform-AZURE-Services-Creation/AKS"
continue-on-error: false
continue-on-error: false

- name: Terraform Apply
id: apply
run: terraform apply -auto-approve -var deployment_subscription_id=$DEPLOYMENT_SUBSCRIPTION_ID
# if: github.ref == 'refs/heads/main'
env:
ARM_CLIENT_ID: ${{ secrets.AZURE_AD_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.AZURE_AD_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.AZURE_AD_TENANT_ID }}
DEPLOYMENT_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
working-directory: "./Terraform-AZURE-Services-Creation/AKS"
shell: bash
continue-on-error: false

0 comments on commit 6793da0

Please sign in to comment.