Skip to content

Commit

Permalink
Update Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-GitH2 committed Feb 22, 2024
1 parent 42c8a6f commit e818deb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_nd_deploy_to_AKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:

# - name: Echo TFVARS
# run: echo "${{ secrets.TFVARS }}" > .env
# - name: Set up Terraform
# uses: hashicorp/setup-terraform@v3
# with:
# terraform_version: latest
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: latest

# - name: Terraform Init
# run: terraform init -backend-config="resource_group_name=${{ secrets.AZURE_RESOURCE_GROUP }}" -backend-config="storage_account_name=${{ secrets.AZURE_STORAGE_ACCOUNT }}" -backend-config="container_name=${{ secrets.AZURE_CONTAINER_NAME }}"
Expand Down

0 comments on commit e818deb

Please sign in to comment.