Enable GKE hub apis

This commit is contained in:
Julio Castillo 2022-03-08 23:55:01 +01:00
parent 9bcae7b180
commit d28dfc40b0
1 changed files with 5 additions and 6 deletions

View File

@ -29,13 +29,12 @@ module "gke-project-0" {
prefix = var.prefix prefix = var.prefix
labels = local.labels labels = local.labels
services = [ services = [
"container.googleapis.com", "anthosconfigmanagement.googleapis.com",
"dns.googleapis.com", "anthos.googleapis.com", "dns.googleapis.com",
"gkeconnect.googleapis.com",
"gkehub.googleapis.com",
"stackdriver.googleapis.com", "stackdriver.googleapis.com",
# uncomment if you need Multi-cluster Ingress / Gateway API "container.googleapis.com",
# "gkehub.googleapis.com",
# "multiclusterservicediscovery.googleapis.com",
# "multiclusteringress.googleapis.com",
# "trafficdirector.googleapis.com" # "trafficdirector.googleapis.com"
] ]
# add here any other service ids and keys for robot accounts which are needed # add here any other service ids and keys for robot accounts which are needed