Skip to content

Commit

Permalink
Changed cluster id sensitivity (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovico Magnocavallo <[email protected]>
  • Loading branch information
apichick and ludoo authored Jul 25, 2022
1 parent 92bd128 commit 329b511
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions modules/gke-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ module "cluster-1" {
| [ca_certificate](outputs.tf#L17) | Public certificate of the cluster (base64-encoded). ||
| [cluster](outputs.tf#L23) | Cluster resource. ||
| [endpoint](outputs.tf#L29) | Cluster endpoint. | |
| [id](outputs.tf#L34) | Cluster ID. | |
| [location](outputs.tf#L40) | Cluster location. | |
| [master_version](outputs.tf#L45) | Master version. | |
| [name](outputs.tf#L50) | Cluster name. | |
| [notifications](outputs.tf#L55) | GKE PubSub notifications topic. | |
| [self_link](outputs.tf#L60) | Cluster self link. ||
| [id](outputs.tf#L34) | Cluster ID. | |
| [location](outputs.tf#L39) | Cluster location. | |
| [master_version](outputs.tf#L44) | Master version. | |
| [name](outputs.tf#L49) | Cluster name. | |
| [notifications](outputs.tf#L54) | GKE PubSub notifications topic. | |
| [self_link](outputs.tf#L59) | Cluster self link. ||

<!-- END TFDOC -->
1 change: 0 additions & 1 deletion modules/gke-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ output "endpoint" {

output "id" {
description = "Cluster ID."
sensitive = true
value = google_container_cluster.cluster.id
}

Expand Down

0 comments on commit 329b511

Please sign in to comment.