Merge pull request #1274 from bunkerity/dependabot/terraform/tests/terraform/dev/hashicorp/kubernetes-2.31.0

deps/terraform: bump hashicorp/kubernetes from 2.30.0 to 2.31.0 in /tests/terraform
This commit is contained in:
Florian Pitance 2024-07-15 09:39:26 +02:00 committed by GitHub
commit d99fb84ddd
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.30.0"
version = "2.31.0"
}
}
}