vsphere∕tag - dicomgrid/pt-modules GitHub Wiki

Usage

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

module "vsphere_tag" {
  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.tag_client_code resource
vsphere_datacenter.datacenter data source
vsphere_tag_category.category_client_code data source

Inputs

Name Description Type Default Required
datacenter n/a any n/a yes
name n/a any n/a yes
tag_category n/a any n/a yes
description n/a any null no

Outputs

No outputs.

Changelog