Allow disabling GKE IP endpoints and setting GKE VPC scope DNS domain (#2997)

* Allow disabling IP access to GKE control plane

* Add additive VPC scope DNS domain to gke clusters

* Fix typo

* Bump provider to 6.27.0

* Update readme
This commit is contained in:
Julio Castillo
2025-04-02 09:03:58 +02:00
committed by GitHub
parent 638c4d9d12
commit bd829e6ba3
212 changed files with 841 additions and 481 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.21.0, < 7.0.0" # tftest
version = ">= 6.28.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.21.0, < 7.0.0" # tftest
version = ">= 6.28.0, < 7.0.0" # tftest
}
}
provider_meta "google" {