Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
utilize bash shell in that TF_VAR* env vars are considered
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 1, 2024
1 parent 127ceeb commit b8e12f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
-backend-config="key=sbx-k8s-service-configuration/terraform.tfstate"
working-directory: ./terraform/envs/${{ github.event.inputs.ENVIRONMENT }}-k8s-configuration
- name: Install helm charts
shell: bash
run: terraform apply --auto-approve
continue-on-error: false
working-directory: ./terraform/envs/${{ github.event.inputs.ENVIRONMENT }}-k8s-configuration
Expand Down

0 comments on commit b8e12f5

Please sign in to comment.