From 0eba545ca9082b6393d0b460875cef65f5ef649f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 14:59:31 +0300 Subject: [PATCH] chore: avoid pushing .terraform.lock.hcl while creating the template This will allow upgrading the terraform version from the template editor. --- .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 45b4cc72d93aa..858821c08a6cc 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