From 4574bd0f35e0d829613c1e39e3d3739461a58805 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 15:25:47 +0300 Subject: [PATCH] chore: remove terraform provider versions for pr-deployment template --- .github/pr-deployments/template/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pr-deployments/template/main.tf b/.github/pr-deployments/template/main.tf index bef767547b2a0..e463e69b901d3 100644 --- a/.github/pr-deployments/template/main.tf +++ b/.github/pr-deployments/template/main.tf @@ -2,11 +2,9 @@ terraform { required_providers { coder = { source = "coder/coder" - version = "~> 0.11.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.22" } } }