From a6132751a40ecd7dbac3730982af90e824bd222b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20S=C3=B6derberg?= Date: Fri, 3 Oct 2025 15:23:41 +0200 Subject: [PATCH] Initilize Terraform --- .github/workflows/publish-template.yaml | 3 +++ 1 file changed, 3 insertions(+) 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