vsphere-vcf-vcsa-base

jd4883/vsphere-vcf-vcsa-base/vmware

Terraform Module HCL VMWARE

Base terraform module for VCSA Settings. One of several modules to deploy VCF cleanly in a stateful manner

Install
module "vsphere-vcf-vcsa-base" {
source = "jd4883/vsphere-vcf-vcsa-base/vmware"
version = "1.0.0"
}
plain text: /constructs/tfmod-jd4883-vsphere-vcf-vcsa-base-vmware/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-vmware-vsphere-vcf-vcsa-base Base terraform module for VCSA Settings. One of several modules to deploy VCF cleanly in a stateful manner

Inputs (9)
NameTypeDescriptionDefault
dcstringBase datacenter name, required parameter required
ssdlist(string)Required parameter, can be shared with HDD/SSD if preferred required
hddlist(string)Required parameter, can be shared with HDD/SSD if preferred required
parent_hoststringThe parent ESXI host you will be using from VCSA to build on. NOTE: this design required
switch_namestringdefaul vSwitch1 to no overlap with any defaults created, feel free to customize "vSwitch1"
vlannumberVLAN range between 0 and 4095 0 Inherits from the upstream VLAN for the vSwitch4095
network_adapterslist(string)vmnic's used for virtual switches[ "vmnic1", "vmnic2", "vmnic3" ]
pg_namestringthe name you want your nested ESXI hosts port group to live under, feel free to "Nested ESXI"
switch_security_disabledboolSwitch security mus be disabled if using nested ESXI to ensure ARP does not errotrue
Outputs (7)
dc_id
hdd
host_id
network_id
ssd
switch
vlan
Resources (2)
vsphere_host_port_groupvsphere_host_virtual_switch
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud VMWARE
Total downloads757
Inputs9
Outputs7
Resources2
Namespacejd4883
Updated