Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created June 15, 2025 17:05
Show Gist options
  • Select an option

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

Select an option

Save gowatana/2c3f927a9893f049445e910499a6beb1 to your computer and use it in GitHub Desktop.
resource "nutanix_vpc_v2" "vpc1" {
name = var.vpc_name
external_subnets {
subnet_reference = data.nutanix_subnets_v2.ext-subnet1.subnets[0].ext_id
}
}
@gowatana
Copy link
Author

Terraform で FVN の NAT VPC を構成してみる。Part-06:VPC ~ 仮想マシンの作成(Module 化)
https://blog.ntnx.jp/entry/2025/06/16/022510

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