test/terraform: add cluster outputs
This commit is contained in:
parent
c7fa40d247
commit
90ce7e614c
1 changed files with 7 additions and 0 deletions
7
test/terraform/outputs.tf
Normal file
7
test/terraform/outputs.tf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
output "cluster_id" {
|
||||||
|
value = "${google_container_cluster.cluster.id}"
|
||||||
|
}
|
||||||
|
|
||||||
|
output "cluster_name" {
|
||||||
|
value = "${google_container_cluster.cluster.name}"
|
||||||
|
}
|
Loading…
Reference in a new issue