Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 19, 2022 07:22
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/0e952294a8f92dfda912ff55d160c25f to your computer and use it in GitHub Desktop.
Save gowatana/0e952294a8f92dfda912ff55d160c25f to your computer and use it in GitHub Desktop.
resource "vcd_vapp_org_network" "routed-net-1" {
vapp_name = vcd_vapp.vapp1.name
org_network_name = "orgvdc-routed-nw-01"
}
@gowatana
Copy link
Author

下記の投稿むけ。

VMware Cloud Director 10.4 を Terraform で操作してみる。Part-04 VM 作成と DNAT ルール設定
https://vm.gowatana.jp/entry/2022/11/19/163715

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