Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 09441a7

Browse files
committed
Update Terraform provider kubernetes to ~> 1.10.0
1 parent b9650ea commit 09441a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ provider "http" {
2727
version = "~> 1.1.1"
2828
}
2929
provider "kubernetes" {
30-
version = "~> 1.8.1"
30+
version = "~> 1.10.0"
3131
}
3232
provider "null" {
3333
version = "~> 2.1.2"

0 commit comments

Comments
 (0)