Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gowatana/5e0c1965de2662e91e09d1c8648fc7ca to your computer and use it in GitHub Desktop.
output "vm_ip" {
value = nutanix_virtual_machine_v2.vm1.nics[0].network_info[0].ipv4_config[0].ip_address[0].value
}
output "vm_fip" {
value = nutanix_floating_ip_v2.fip1.floating_ip[0].ipv4[0].value
}
@gowatana
Copy link
Author

下記の投稿むけ。

Terraform で FVN の NAT VPC を構成してみる。Part-04:VPC と仮想マシンの作成(tf ファイル分割)
https://blog.ntnx.jp/entry/2025/06/14/221256

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