mirror of
https://github.com/Dannecron/netology-devops.git
synced 2025-12-26 07:42:36 +03:00
add homework 5.4
This commit is contained in:
7
src/homework/05-virtualization/5.4/terraform/output.tf
Normal file
7
src/homework/05-virtualization/5.4/terraform/output.tf
Normal 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}"
|
||||
}
|
||||
Reference in New Issue
Block a user