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"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| dc | string | Base datacenter name, required parameter | required |
| ssd | list(string) | Required parameter, can be shared with HDD/SSD if preferred | required |
| hdd | list(string) | Required parameter, can be shared with HDD/SSD if preferred | required |
| parent_host | string | The parent ESXI host you will be using from VCSA to build on. NOTE: this design | required |
| switch_name | string | defaul vSwitch1 to no overlap with any defaults created, feel free to customize | "vSwitch1" |
| vlan | number | VLAN range between 0 and 4095 0 Inherits from the upstream VLAN for the vSwitch | 4095 |
| network_adapters | list(string) | vmnic's used for virtual switches | [
"vmnic1",
"vmnic2",
"vmnic3"
] |
| pg_name | string | the name you want your nested ESXI hosts port group to live under, feel free to | "Nested ESXI" |
| switch_security_disabled | bool | Switch security mus be disabled if using nested ESXI to ensure ARP does not erro | true |
Outputs (7)
dc_idhddhost_idnetwork_idssdswitchvlanResources (2)
vsphere_host_port_groupvsphere_host_virtual_switch
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud VMWARE
Total downloads757
Inputs9
Outputs7
Resources2
Namespacejd4883
Updated