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 a8c7862 commit 0b617f5
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 0b617f5

Please sign in to comment.