mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-26 01:44:17 +00:00
7 lines
180 B
Terraform
7 lines
180 B
Terraform
# Copyright 2023-2025 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
output "cluster-name" {
|
|
value = google_container_cluster.main.name
|
|
}
|