Merge pull request #971 from bunkerity/dependabot/terraform/tests/terraform/dev/hashicorp/kubernetes-2.27.0

deps/terraform: bump hashicorp/kubernetes from 2.26.0 to 2.27.0 in /tests/terraform
This commit is contained in:
Théophile Diot 2024-03-19 10:50:13 +00:00 committed by GitHub
commit bc83be62ab
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.26.0"
version = "2.27.0"
}
}
}