Merge pull request #772 from bunkerity/dependabot/terraform/tests/terraform/dev/hashicorp/kubernetes-2.24.0

deps/terraform: bump hashicorp/kubernetes from 2.23.0 to 2.24.0 in /tests/terraform
This commit is contained in:
Florian Pitance 2024-01-04 12:31:37 +01:00 committed by GitHub
commit dcb924f54d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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