Support additional dns_access attributes in GKE cluster modules (#3781)

This commit is contained in:
Ludovico Magnocavallo
2026-03-04 11:06:48 +01:00
committed by GitHub
parent 0be09646b0
commit f794d764e9
9 changed files with 82 additions and 66 deletions

View File

@@ -16,7 +16,6 @@ clusters = {
master_global_access = true
}
access_config = {
dns_access = true
ip_access = {
disable_public_endpoint = true
}