vsphere-tags

jd4883/vsphere-tags/vmware

Terraform Module HCL VMWARE

Generic Tagging Module to dynamically create tags and their related attributes. Builds out categories and tags in a lazy dynamic manner when instantiated dynamically

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

terraform-vmware-vsphere-tags Generic Tagging Module to dynamically create tags and their related attributes. Builds out categories and tags in a lazy dynamic manner when instantiated dynamically

Inputs (4)
NameTypeDescriptionDefault
namestring required
descriptionstring"Managed by Terraform"
cardinalitystring"SINGLE"
associable_typeslist(string)[ "Datastore" ]
Outputs (2)
category
tag
Resources (2)
vsphere_tagvsphere_tag_category
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud VMWARE
Total downloads889
Inputs4
Outputs2
Resources2
Namespacejd4883
Updated