mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-25 23:32:37 +03:00
8 lines
265 B
HCL
8 lines
265 B
HCL
output "internal_ip_address_node01_yandex_cloud" {
|
|
value = "${yandex_compute_instance.node01.network_interface.0.ip_address}"
|
|
}
|
|
|
|
output "external_ip_address_node01_yandex_cloud" {
|
|
value = "${yandex_compute_instance.node01.network_interface.0.nat_ip_address}"
|
|
}
|