vsphere-storage

jd4883/vsphere-storage/vmware

Terraform Module HCL VMWARE

This module is a bit less polished than I'd prefer, but basically it takes in a preferred datastore parameter for content librarary storage and handles managing ds info for hosts within a cluster; its desinged for an easy tanzu k8s bringup for my home lab as one of several different pieces. This definitely can be made into a better swiss army knife type of module with a little work

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

terraform-vmware-vsphere-storage This module is a bit less polished than I'd prefer, but basically it takes in a preferred datastore parameter for content librarary storage and handles managing ds info for hosts within a cluster; its desinged for an easy tanzu k8s bringup for my home lab as one of several different pieces. This definitely can be made into a better swiss army knife type of module with a little work

Inputs (7)
NameTypeDescriptionDefault
vmfs_datastoresstring required
datacenter_idstring required
datastore_tagsmap(string) required
domainstring required
ds_clustersstring required
hostsstring required
preferred_datastorestring required
Outputs (3)
ds
content_libraries
ds_cluster
Resources (3)
vsphere_content_libraryvsphere_datastore_clustervsphere_vmfs_datastore
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.2
Cloud VMWARE
Total downloads610
Inputs7
Outputs3
Resources3
Namespacejd4883
Updated