Leave MCS and MCI disabled
This commit is contained in:
committed by
Julio Castillo
parent
110d94067d
commit
259afec97d
@@ -17,11 +17,6 @@
|
||||
module "gke-hub" {
|
||||
source = "../../../../modules/gke-hub"
|
||||
project_id = module.gke-project-0.project_id
|
||||
features = {
|
||||
configmanagement = true
|
||||
mc_ingress = true
|
||||
mc_servicediscovery = true
|
||||
}
|
||||
member_clusters = {
|
||||
for cluster_id in keys(var.clusters) :
|
||||
cluster_id => module.gke-cluster[cluster_id].id
|
||||
|
||||
Reference in New Issue
Block a user