openbao-helm/test/terraform/outputs.tf
2023-02-13 08:48:20 -08:00

10 lines
223 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
output "cluster_id" {
value = "${google_container_cluster.cluster.id}"
}
output "cluster_name" {
value = "${google_container_cluster.cluster.name}"
}