Skip to content

Commit

Permalink
Update Terraform kubernetes to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 14, 2024
1 parent b9650ea commit 41ca2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider "http" {
version = "~> 1.1.1"
}
provider "kubernetes" {
version = "~> 1.8.1"
version = "~> 2.32.0"
}
provider "null" {
version = "~> 2.1.2"
Expand Down

0 comments on commit 41ca2ea

Please sign in to comment.