Skip to content

Commit

Permalink
remove kubernetes_dashboard_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Nov 22, 2019
1 parent 8a135fe commit 1f2edb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion modules/safer-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
5 changes: 0 additions & 5 deletions modules/safer-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f2edb6

Please sign in to comment.