Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created October 23, 2023 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/70bb3c7e323bf41a186784bf8a78bffd to your computer and use it in GitHub Desktop.
Save gowatana/70bb3c7e323bf41a186784bf8a78bffd to your computer and use it in GitHub Desktop.
terraform {
required_providers {
nsxt = {
source = "vmware/nsxt"
}
}
}
@gowatana
Copy link
Author

gowatana commented Oct 23, 2023

下記の投稿むけ。

NSX 4.1 に Terraform でオーバーレイ セグメントを追加してみる。
https://vm.gowatana.jp/entry/2023/10/23/090654

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