You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Terraform module will attach an existing Org VDC Network to a Virtual Application (vApp) in a VMware Cloud Director (VCD) environment. This module can be used to attach Org Networks to a vApp in Rackspace Technology SDDC Flex VCD Data Center Regions.
The name of the Data Center Group Organization in VCD
string
Organization Name Format: "Organization Name Format: <Account_Number>-<Region>-<Account_Name>"
yes
vdc_name
The name of the Virtual Data Center Group in VCD
string
VDC Name Format: "Virtual Data Center Name Format: <Account_Number>-<Region>-<VDC_Name>"
yes
vapp_networks
List of vApp Organization Networks to be created
map(object)
-
yes
Outputs
Name
Description
vapp_network_ids
The IDs of the created vApp networks
vapp_names
The names of the vApps for the created vApp networks
vapp_org_network_names
The org network names for the created vApp networks
Example Usage
This is an example of a main.tf file that uses the "github.com/global-vmware/vcd_vapp_org_network" Module source to attach Org Networks to a vApp in a VMware Cloud Director environment: