Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created June 15, 2025 12:46
Show Gist options
  • Select an option

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

Select an option

Save gowatana/8483d406786ca8baff847d1da6c931ec 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

下記の投稿むけ。

Terraform で FVN の NAT VPC を構成してみる。Part-05:セグメントと仮想マシンの作成(Module 化)
https://blog.ntnx.jp/entry/2025/06/15/221729

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