Merge pull request #1172 from bunkerity/dependabot/terraform/tests/terraform/dev/hashicorp/kubernetes-2.30.0

deps/terraform: bump hashicorp/kubernetes from 2.27.0 to 2.30.0 in /tests/terraform
This commit is contained in:
Florian Pitance 2024-05-24 18:08:40 +02:00 committed by GitHub
commit 1ea3e8f43e
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.27.0"
version = "2.30.0"
}
}
}