-
-
Save gowatana/8483d406786ca8baff847d1da6c931ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| output "vms_name_ip_map" { | |
| value = { | |
| for vm in nutanix_virtual_machine_v2.vms : | |
| vm.name => vm.nics[0].network_info[0].ipv4_config[0].ip_address[0].value | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Terraform で FVN の NAT VPC を構成してみる。Part-05:セグメントと仮想マシンの作成(Module 化)
https://blog.ntnx.jp/entry/2025/06/15/221729