Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save gowatana/6e98028eab11802d6fbc30e23fa9195d to your computer and use it in GitHub Desktop.
data "nutanix_subnets_v2" "ext-subnet1" {
filter = "name eq '${var.ext_subnet_name}'"
}
@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