Add aditional Multi-Cluster related services

This commit is contained in:
Wiktor Niesiobędzki 2023-01-25 16:52:37 +01:00
parent 0af5399389
commit 135f01f191
2 changed files with 4 additions and 1 deletions

View File

@ -198,7 +198,7 @@ resource "google_container_cluster" "cluster" {
}
dynamic "gateway_api_config" {
for_each = var.enable_features.gateway_api ? [""] : []
for_each = var.enable_features.gateway_api ? [""] : []
content {
channel = "CHANNEL_STANDARD"
}

View File

@ -45,6 +45,8 @@ locals {
# TODO: jit?
gke-mcs = "service-%s@gcp-sa-mcsd"
monitoring-notifications = "service-%s@gcp-sa-monitoring-notification"
multicluster-ingress = "service-%s@gcp-sa-multiclusteringress"
multicluster-discovery = "service-%s@gcp-sa-mcsd"
notebooks = "service-%s@gcp-sa-notebooks"
pubsub = "service-%s@gcp-sa-pubsub"
secretmanager = "service-%s@gcp-sa-secretmanager"
@ -73,6 +75,7 @@ locals {
"artifactregistry.googleapis.com",
"cloudasset.googleapis.com",
"gkehub.googleapis.com",
"multiclusteringress.googleapis.com",
"pubsub.googleapis.com",
"secretmanager.googleapis.com",
"sqladmin.googleapis.com",