vsphere-cloudfoundation-folders

jd4883/vsphere-cloudfoundation-folders/vmware

Terraform Module HCL VMWARE

A small terraform module for folder management within vsphere. This is designed to handle folders created by vmware cloud foundation

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

terraform-cloudfoundation-folders-vmware A small terraform module for folder management within vsphere. This is designed to handle folders created by vmware cloud foundation Overview This submodule was created to help automate bringing up my vmware environment when deploying cloud foundation. I have a variety of submodules I have written that I will be publishing and then referencing in my code. This is purely intended to be a convenience / consistency for deployments and allow for more lazy deployments with better accountability for what is where and why (i.e. tagging and good naming conventions). Feel free to make a PR to expand on functionality if it makes sense for the module use-case. Also feel free to fork a copy of this or any of the other publicly released submodules here and adjus

Inputs (8)
NameTypeDescriptionDefault
dc_idstring required
host_folderslist(string)[]
network_folderslist(string)[]
datacenter_folderslist(string)[]
datastore_folderslist(string)[]
tagslist(string)[]
custom_attributesmap{}
vm_folderslist(string)[]
Outputs (1)
folders
Resources (1)
vsphere_folder
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud VMWARE
Total downloads859
Inputs8
Outputs1
Resources1
Namespacejd4883
Updated