vsphere-nested-esxi-creator

jd4883/vsphere-nested-esxi-creator/vmware

Terraform Module HCL VMWARE

Nested ESXI Creation Module. Takes in parameters for a nested esxi host and creates 1 or more based on criteria. NOTE: this is a very early stages module and is not heavily developed yet, I would like to get variable documentation substantially more thorough as well as create some more clever options to assist administrators who wish to use this

Install
module "vsphere-nested-esxi-creator" {
source = "jd4883/vsphere-nested-esxi-creator/vmware"
version = "0.1.0"
}
plain text: /constructs/tfmod-jd4883-vsphere-nested-esxi-creator-vmware/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-vmware-vsphere-nested-esxi-creator Nested ESXI Creation Module. Takes in parameters for a nested esxi host and creates 1 or more based on criteria. NOTE: this is a very early stages module and is not heavily developed yet, I would like to get variable documentation substantially more thorough as well as create some more clever options to assist administrators who wish to use this

Inputs (45)
NameTypeDescriptionDefault
passwordstring required
gatewaystring required
cpu_coresnumber required
dnsstring required
hdd_sizenumber required
host_system_idstring required
hdd_datastorestring required
timeoutsnumber required
domainstring required
memorynumber required
ssd_sizenumber required
datastore_idstring required
os_sizenumber required
network_idstring required
network_interfacesnumber required
cidrstring required
resource_pool_idstring required
ssd_datastorestring required
template_uuidstring required
boot_delaynumber0
efi_secure_boot_enabledboolfalse
annotationstring"Nested ESXi 7.0.2 Appliance (Build 1786
pci_device_idlist(string)[]
clone_timeoutnumber500
custom_attributesmap(string){}
ip_startnumber1
memory_reservationnumber0
thin_disk_provisioningbooltrue
enable_disk_uuidbooltrue
firmwarestring"efi"
extra_configmap(string){}
sync_time_with_hostbooltrue
vlannumber0
boot_retry_enabledbooltrue
tagslist(string)[]
hostname_prefixstring"vesxi"
nested_hv_enabledbooltrue
disk_pathstring"vESXI/vSAN"
guest_idstring"vmkernel65Guest"
… and 5 more inputs
Outputs (1)
vms
Resources (1)
vsphere_virtual_machine
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud VMWARE
Total downloads687
Inputs45
Outputs1
Resources1
Namespacejd4883
Updated