Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created May 21, 2025 13:10
Show Gist options
  • Select an option

  • Save gowatana/cec87be068330ebee2d9b37972f9ddf9 to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/cec87be068330ebee2d9b37972f9ddf9 to your computer and use it in GitHub Desktop.
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
}
}
@gowatana
Copy link
Copy Markdown
Author

gowatana commented May 21, 2025

下記の投稿むけ。

Terraform の Nutanix Provider v2 を使用してみる。Part-03:仮想マシンの作成
https://blog.ntnx.jp/entry/2025/05/21/234610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment