tpl/gcp/terraform/outputs.tf in kite-0.1.0 vs tpl/gcp/terraform/outputs.tf in kite-0.2.0

- old
+ new

@@ -1,3 +1,7 @@ output "bastion_ip" { value = "${google_compute_address.bastion.address}" } + +output "ingress_ip" { + value = "${google_compute_address.ingress.address}" +}