Skip to content

Commit

Permalink
fix: Require hashicorp/kubernetes 2.13+ to support Kubernetes 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Mar 25, 2023
1 parent 9411075 commit 9bcfc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/workload-identity/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.0"
version = "~> 2.13"
}
}

Expand Down

0 comments on commit 9bcfc39

Please sign in to comment.