From 6912df21c0749fab4dda2b9650e62fe3055dc490 Mon Sep 17 00:00:00 2001 From: Daniel Strebel Date: Tue, 28 Oct 2025 12:40:33 +0100 Subject: [PATCH] chore: cleanup remove fleet output (#3482) --- modules/gke-cluster-autopilot/README.md | 15 +++++++-------- modules/gke-cluster-autopilot/outputs.tf | 5 ----- modules/gke-cluster-standard/README.md | 15 +++++++-------- modules/gke-cluster-standard/outputs.tf | 5 ----- 4 files changed, 14 insertions(+), 26 deletions(-) diff --git a/modules/gke-cluster-autopilot/README.md b/modules/gke-cluster-autopilot/README.md index 179eedce7..f881bb528 100644 --- a/modules/gke-cluster-autopilot/README.md +++ b/modules/gke-cluster-autopilot/README.md @@ -297,12 +297,11 @@ module "cluster-1" { | [cluster](outputs.tf#L23) | Cluster resource. | ✓ | | [dns_endpoint](outputs.tf#L29) | Control plane DNS endpoint. | | | [endpoint](outputs.tf#L37) | Cluster endpoint. | | -| [fleet](outputs.tf#L42) | GKE Fleet Membership. | | -| [id](outputs.tf#L47) | Fully qualified cluster ID. | | -| [location](outputs.tf#L52) | Cluster location. | | -| [master_version](outputs.tf#L57) | Master version. | | -| [name](outputs.tf#L62) | Cluster name. | | -| [notifications](outputs.tf#L67) | GKE Pub/Sub notifications topic. | | -| [self_link](outputs.tf#L72) | Cluster self link. | ✓ | -| [workload_identity_pool](outputs.tf#L78) | Workload identity pool. | | +| [id](outputs.tf#L42) | Fully qualified cluster ID. | | +| [location](outputs.tf#L47) | Cluster location. | | +| [master_version](outputs.tf#L52) | Master version. | | +| [name](outputs.tf#L57) | Cluster name. | | +| [notifications](outputs.tf#L62) | GKE Pub/Sub notifications topic. | | +| [self_link](outputs.tf#L67) | Cluster self link. | ✓ | +| [workload_identity_pool](outputs.tf#L73) | Workload identity pool. | | diff --git a/modules/gke-cluster-autopilot/outputs.tf b/modules/gke-cluster-autopilot/outputs.tf index f6890b391..81bdc2a0c 100644 --- a/modules/gke-cluster-autopilot/outputs.tf +++ b/modules/gke-cluster-autopilot/outputs.tf @@ -39,11 +39,6 @@ output "endpoint" { value = google_container_cluster.cluster.endpoint } -output "fleet" { - description = "GKE Fleet Membership." - value = google_container_cluster.cluster.endpoint -} - output "id" { description = "Fully qualified cluster ID." value = google_container_cluster.cluster.id diff --git a/modules/gke-cluster-standard/README.md b/modules/gke-cluster-standard/README.md index 12b8aa294..3bbdf1b0e 100644 --- a/modules/gke-cluster-standard/README.md +++ b/modules/gke-cluster-standard/README.md @@ -543,12 +543,11 @@ module "cluster-1" { | [cluster](outputs.tf#L25) | Cluster resource. | ✓ | | [dns_endpoint](outputs.tf#L31) | Control plane DNS endpoint. | | | [endpoint](outputs.tf#L39) | Cluster endpoint. | | -| [fleet](outputs.tf#L44) | GKE Fleet Membership. | | -| [id](outputs.tf#L49) | FUlly qualified cluster id. | | -| [location](outputs.tf#L54) | Cluster location. | | -| [master_version](outputs.tf#L59) | Master version. | | -| [name](outputs.tf#L64) | Cluster name. | | -| [notifications](outputs.tf#L69) | GKE PubSub notifications topic. | | -| [self_link](outputs.tf#L74) | Cluster self link. | ✓ | -| [workload_identity_pool](outputs.tf#L80) | Workload identity pool. | | +| [id](outputs.tf#L44) | FUlly qualified cluster id. | | +| [location](outputs.tf#L49) | Cluster location. | | +| [master_version](outputs.tf#L54) | Master version. | | +| [name](outputs.tf#L59) | Cluster name. | | +| [notifications](outputs.tf#L64) | GKE PubSub notifications topic. | | +| [self_link](outputs.tf#L69) | Cluster self link. | ✓ | +| [workload_identity_pool](outputs.tf#L75) | Workload identity pool. | | diff --git a/modules/gke-cluster-standard/outputs.tf b/modules/gke-cluster-standard/outputs.tf index b6829fd27..bc6c8e9a4 100644 --- a/modules/gke-cluster-standard/outputs.tf +++ b/modules/gke-cluster-standard/outputs.tf @@ -41,11 +41,6 @@ output "endpoint" { value = google_container_cluster.cluster.endpoint } -output "fleet" { - description = "GKE Fleet Membership." - value = google_container_cluster.cluster.endpoint -} - output "id" { description = "FUlly qualified cluster id." value = google_container_cluster.cluster.id