From 26e0d7580c70fcb1e68dc04322aa7186bc41a68d Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 15:13:32 +0300 Subject: [PATCH] chore: avoid pushing `.terraform.lock.hcl` while creating the template (#9851) --- .github/workflows/pr-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 45b4cc72d9..858821c08a 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -419,7 +419,6 @@ jobs: # Create template cd ./.github/pr-deployments/template - terraform init coder templates create -y --variable namespace=pr${{ env.PR_NUMBER }} kubernetes # Create workspace