tags

aws-ia/tags/vsphere

Terraform Module HCL VSPHERE ✓ Verified

The vSphere tags Terraform module either creates or imports a tag category as well as a list of tags in your VMware Cloud on AWS or VMware vSphere on-premises environment, and then outputs the configuration of each for use in other Terraform projects.

Install
module "tags" {
source = "aws-ia/tags/vsphere"
version = "1.0.0"
}
⭐ Source on GitHub 📦 Registry page
README

vSphere Tags Terraform Module This Terraform module either creates or imports a list of tags grouped in a tag category in your VMware Cloud on AWS or VMware vSphere on‑premises environment. You use these tags to label your inventory objects with metadata to make it easier to sort and search for these objects. Tags and categories can span multiple vCenter Server instances. When you use Hybrid Linked Mode, tags and tag categories are maintained across your linked domain. So in this mode, the on‑premises and VMware Cloud on AWS software‑defined data centers (SDDCs) share tags and tag attributes. If multiple on‑premises vCenter Server instances are configured to use Enhanced Linked Mode, tags and categories are replicated across the vCenter Server instances. Usage Creat

Inputs (7)
NameTypeDescriptionDefault
tag_category_namestringThe name of the vSphere tag category. required
tagsmap(string)Map of strings defining vSphere tag names and descriptions. required
create_tagsboolIf true, new vSphere tags will be created for each entry.true
tag_category_descriptionstringThe description of the vSphere tag category.null
tag_category_cardinalitystringThe number of tags that can be assigned from this category to a single object at"MULTIPLE"
tag_category_associable_typeslist(string)A list object types that this category to which this category can be assigned (h[ "Folder", "ClusterComputeResource"
create_tag_categoryboolIf true, a new vSphere tag category will be created.true
Outputs (2)
tag_category — The vSphere tag category.
tags — The list of vSphere tags.
Resources (2)
vsphere_tagvsphere_tag_category
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud VSPHERE
★ Stars3
Forks2
Total downloads3.2k
Inputs7
Outputs2
Resources2
Examples1
LicenseApache-2.0
Namespaceaws-ia
Updated