openbao-helm/test/terraform/outputs.tf

11 lines
223 B
Terraform
Raw Permalink Normal View History

2023-02-13 16:48:20 +00:00
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
2018-08-20 22:54:04 +00:00
output "cluster_id" {
value = "${google_container_cluster.cluster.id}"
}
output "cluster_name" {
value = "${google_container_cluster.cluster.name}"
}