From 1f2edb63d59bc257809b92fad6b25bc4ec9880ae Mon Sep 17 00:00:00 2001 From: bharathkkb Date: Fri, 22 Nov 2019 08:32:15 -0600 Subject: [PATCH] remove kubernetes_dashboard_enabled --- modules/safer-cluster/README.md | 1 - modules/safer-cluster/outputs.tf | 5 ----- 2 files changed, 6 deletions(-) diff --git a/modules/safer-cluster/README.md b/modules/safer-cluster/README.md index 4b51d4d5e3..2d99d26f36 100644 --- a/modules/safer-cluster/README.md +++ b/modules/safer-cluster/README.md @@ -254,7 +254,6 @@ For simplicity, we suggest using `roles/container.admin` and | endpoint | Cluster endpoint | | horizontal\_pod\_autoscaling\_enabled | Whether horizontal pod autoscaling enabled | | http\_load\_balancing\_enabled | Whether http load balancing enabled | -| kubernetes\_dashboard\_enabled | Whether kubernetes dashboard enabled | | location | Cluster location (region if regional cluster, zone if zonal cluster) | | logging\_service | Logging service used | | master\_authorized\_networks\_config | Networks from which access to master is permitted | diff --git a/modules/safer-cluster/outputs.tf b/modules/safer-cluster/outputs.tf index bb4fb79667..1c688e27d5 100644 --- a/modules/safer-cluster/outputs.tf +++ b/modules/safer-cluster/outputs.tf @@ -102,11 +102,6 @@ output "horizontal_pod_autoscaling_enabled" { value = module.gke.horizontal_pod_autoscaling_enabled } -output "kubernetes_dashboard_enabled" { - description = "Whether kubernetes dashboard enabled" - value = module.gke.kubernetes_dashboard_enabled -} - output "node_pools_names" { description = "List of node pools names" value = module.gke.node_pools_names