Merge pull request #934 from bunkerity/dependabot/terraform/tests/terraform/dev/hashicorp/kubernetes-2.26.0

deps/terraform: bump hashicorp/kubernetes from 2.24.0 to 2.26.0 in /tests/terraform
This commit is contained in:
Florian Pitance 2024-03-05 20:13:58 +01:00 committed by GitHub
commit f0a939f39c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ terraform {
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.24.0"
version = "2.26.0"
}
}
}