vsphere-licenses

jd4883/vsphere-licenses/vmware

Terraform Module HCL VMWARE

A small terraform module for vsphere license management.

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

terraform-vsphere-licenses A small terraform module for vsphere license management. Overview This submodule was created to help automate bringing up my vmware environment. 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 adjust as seems right to your use-case. Requirments A valid vsphere deployment a correctly configured terraform provider for th

Inputs (1)
NameTypeDescriptionDefault
licensesmap(string) required
Outputs (1)
licenses
Resources (1)
vsphere_license
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud VMWARE
Total downloads791
Inputs1
Outputs1
Resources1
Namespacejd4883
Updated