Skip to content

Commit 4f3df80

Browse files
author
Aaron Lane
committed
Remove obsolete dashboard output
1 parent 0dc2698 commit 4f3df80

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

examples/regional_private_node_pool_oauth_scopes/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This example illustrates how to create a private cluster with node pool specific
1818
| endpoint | Cluster endpoint |
1919
| horizontal\_pod\_autoscaling\_enabled | Whether horizontal pod autoscaling enabled |
2020
| http\_load\_balancing\_enabled | Whether http load balancing enabled |
21-
| kubernetes\_dashboard\_enabled | Whether kubernetes dashboard enabled |
2221
| location | Cluster location (region if regional cluster, zone if zonal cluster) |
2322
| logging\_service | Logging service used |
2423
| master\_authorized\_networks\_config | Networks from which access to master is permitted |

examples/regional_private_node_pool_oauth_scopes/outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ output "horizontal_pod_autoscaling_enabled" {
9191
value = module.gke.horizontal_pod_autoscaling_enabled
9292
}
9393

94-
output "kubernetes_dashboard_enabled" {
95-
description = "Whether kubernetes dashboard enabled"
96-
value = module.gke.kubernetes_dashboard_enabled
97-
}
98-
9994
output "node_pools_names" {
10095
description = "List of node pools names"
10196
value = module.gke.node_pools_names

0 commit comments

Comments
 (0)