Skip to content

Commit

Permalink
[#2556] Cleaning up the GCP-GKE after the review (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilge-cakmak committed Sep 15, 2022
1 parent f7d7038 commit 00391b3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions infrastructure/terraform/modules/gcp-gke/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
output "region" {
value = var.region
description = "GCloud Region"
}
output "zone" {
value = var.zone
description = "GCloud Zone"
}
output "project_id" {
value = var.project_id
description = "GCloud Project ID"
}
output "kubernetes_cluster_name" {
value = google_container_cluster.gke_core.name
description = "GKE Cluster Name"
}
output "kubernetes_cluster_host" {
value = google_container_cluster.gke_core.endpoint
description = "GKE Cluster Host"
}
output "kubeconfig_raw" {
sensitive = true
value = module.gke_auth.kubeconfig_raw
}
output "kubernetes_endpoint" {
sensitive = true
value = module.gke_auth.host
}

0 comments on commit 00391b3

Please sign in to comment.