Skip to content

Commit

Permalink
test/terraform: add cluster outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Aug 20, 2018
1 parent c7fa40d commit 90ce7e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/terraform/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
output "cluster_id" {
value = "${google_container_cluster.cluster.id}"
}

output "cluster_name" {
value = "${google_container_cluster.cluster.name}"
}

0 comments on commit 90ce7e6

Please sign in to comment.