vsphere∕tag‒category - dicomgrid/pt-modules GitHub Wiki

Usage

To use this module in your Terraform, refer to the below module example:

module "vsphere_tag_category" {
  source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"

  # See inputs below for additional required parameters
}

Attributes

Requirements

Name Version
terraform ~> 1.0
vsphere >= 2.2.0

Providers

Name Version
vsphere >= 2.2.0

Modules

No modules.

Resources

Name Type
vsphere_tag_category.category resource

Inputs

Name Description Type Default Required
associable_types n/a any n/a yes
cardinality n/a any n/a yes
description n/a any n/a yes
name n/a any n/a yes

Outputs

No outputs.

Changelog