add homework 5.4

This commit is contained in:
2022-05-11 10:55:12 +07:00
parent dd9731b3d5
commit c464d8ccbe
29 changed files with 5741 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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}"
}