Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created June 15, 2025 12:29
Show Gist options
  • Select an option

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

Select an option

Save gowatana/ac6c8bfc49462957d16d7cf88e6076b3 to your computer and use it in GitHub Desktop.
terraform {
required_providers {
nutanix = {
source = "nutanix/nutanix"
}
}
}
@gowatana

gowatana commented Jun 15, 2025

Copy link
Copy Markdown
Author

下記の投稿むけ。

Terraform で FVN の NAT VPC を構成してみる。Part-05:セグメントと仮想マシンの作成(Module 化)
https://blog.ntnx.jp/entry/2025/06/15/221729

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