Skip to content

Commit

Permalink
Merge pull request #45 from ministryofjustice/switch-kubectl-provider
Browse files Browse the repository at this point in the history
switch from gavinbunney to alekc kubectl provider
  • Loading branch information
sj-williams authored Mar 18, 2024
2 parents 32b0c6c + 7cf23e5 commit 49d940c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ terraform {
source = "hashicorp/kubernetes"
}
kubectl = {
source = "gavinbunney/kubectl"
source = "alekc/kubectl"
version = "2.0.4"
}
template = {
source = "hashicorp/template"
Expand Down

0 comments on commit 49d940c

Please sign in to comment.