Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created May 20, 2025 12:12
Show Gist options
  • Select an option

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

Select an option

Save gowatana/943ae7834702de402ff8647050c44675 to your computer and use it in GitHub Desktop.
resource "nutanix_floating_ip_v2" "fip1" {
name = "fip1"
description = null
external_subnet_reference = data.nutanix_subnets_v2.ext-subnet1.subnets[0].ext_id
association {
vm_nic_association {
vm_nic_reference = nutanix_virtual_machine_v2.vm1.nics[0].ext_id
}
}
}
@gowatana
Copy link
Author

gowatana commented May 20, 2025

下記の投稿むけ。

Terraform で FVN の NAT VPC を構成してみる。Part-02:仮想マシンと Floating IP の作成
https://blog.ntnx.jp/entry/2025/05/20/212429

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