-
-
Save gowatana/cec87be068330ebee2d9b37972f9ddf9 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 の Nutanix Provider v2 を使用してみる。Part-03:仮想マシンの作成
https://blog.ntnx.jp/entry/2025/05/21/234610