Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created June 17, 2025 13:34
Show Gist options
  • Select an option

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

Select an option

Save gowatana/ae7162970b33e52120d01a43d8bc4ce0 to your computer and use it in GitHub Desktop.
output "vpc_external_ip" {
value = [
for external_ip in nutanix_vpc_v2.vpc1.external_subnets[0].external_ips :
external_ip.ipv4[0].value
]
}
@gowatana
Copy link
Author

下記の投稿むけ。

Flow Virtual Networking の Routed VPC を構成してみる。Part-02:Routed VPC 環境の作成(Terraform)
https://blog.ntnx.jp/entry/2025/06/17/234758

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