diff --git a/.github/workflows/publish-template.yaml b/.github/workflows/publish-template.yaml index 7d4dad0..917ec6e 100644 --- a/.github/workflows/publish-template.yaml +++ b/.github/workflows/publish-template.yaml @@ -26,6 +26,9 @@ jobs: access_url: "https://coder.soderberg.tech" coder_session_token: ${{ secrets.CODER_SESSION_TOKEN }} + - name: Initilize Terraform + run: terraform init + - name: Validate Terraform template run: terraform validate