Skip to content

Commit 63ea12e

Browse files
authored
chore: remove terraform provider versions for pr-deployment template (#9853)
1 parent 7da3180 commit 63ea12e

File tree

1 file changed

+0
-2
lines changed
  • .github/pr-deployments/template

1 file changed

+0
-2
lines changed

.github/pr-deployments/template/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ terraform {
22
required_providers {
33
coder = {
44
source = "coder/coder"
5-
version = "~> 0.11.0"
65
}
76
kubernetes = {
87
source = "hashicorp/kubernetes"
9-
version = "~> 2.22"
108
}
119
}
1210
}

0 commit comments

Comments
 (0)