Skip to content

Commit

Permalink
forgot to init terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
RWejlgaard committed Oct 20, 2023
1 parent e61b2a3 commit c6181bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
export SECRET_PASS="${{ secrets.SECRET_PASS }}"
make unlock
- name: Terraform init
run: |
tofu init --backend-config secret/backend.yml
- name: Terraform Plan
run: |
tofu plan -out /tmp/plan-${{ github.sha }}
Expand Down Expand Up @@ -63,6 +67,10 @@ jobs:
run: |
export SECRET_PASS="${{ secrets.SECRET_PASS }}"
make unlock
- name: Terraform init
run: |
tofu init --backend-config secret/backend.yml
- name: Apply
run: |
Expand Down

0 comments on commit c6181bf

Please sign in to comment.