openbao-helm/test/terraform/outputs.tf

8 lines
155 B
Terraform
Raw Permalink Normal View History

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}"
}