output.tf 242 B

12345678
  1. output "external_ip_address_remote" {
  2. value = yandex_compute_instance.remote-vpn.network_interface.0.nat_ip_address
  3. }
  4. output "external_ip_address_vpn" {
  5. value = yandex_compute_instance.cloud-vpn-gate.network_interface.0.nat_ip_address
  6. }