output.tf 115 B

123
  1. output "external_ip" {
  2. value = yandex_compute_instance.instance-based-on-coi.network_interface.0.nat_ip_address
  3. }