Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gowatana/e662546db2e9e07107242c12dc6f6643 to your computer and use it in GitHub Desktop.
resource "nutanix_vpc_v2" "vpc1" {
name = "vpc-11"
external_subnets {
subnet_reference = resource.nutanix_subnet_v2.ext-subnet1.ext_id
}
}
@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