Skip to content

Commit 1f2edb6

Browse files
committed
remove kubernetes_dashboard_enabled
1 parent 8a135fe commit 1f2edb6

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

modules/safer-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ For simplicity, we suggest using `roles/container.admin` and
254254
| endpoint | Cluster endpoint |
255255
| horizontal\_pod\_autoscaling\_enabled | Whether horizontal pod autoscaling enabled |
256256
| http\_load\_balancing\_enabled | Whether http load balancing enabled |
257-
| kubernetes\_dashboard\_enabled | Whether kubernetes dashboard enabled |
258257
| location | Cluster location (region if regional cluster, zone if zonal cluster) |
259258
| logging\_service | Logging service used |
260259
| master\_authorized\_networks\_config | Networks from which access to master is permitted |

modules/safer-cluster/outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ output "horizontal_pod_autoscaling_enabled" {
102102
value = module.gke.horizontal_pod_autoscaling_enabled
103103
}
104104

105-
output "kubernetes_dashboard_enabled" {
106-
description = "Whether kubernetes dashboard enabled"
107-
value = module.gke.kubernetes_dashboard_enabled
108-
}
109-
110105
output "node_pools_names" {
111106
description = "List of node pools names"
112107
value = module.gke.node_pools_names

0 commit comments

Comments
 (0)