Provides a VMware vSphere license resource. This can be used to add and remove license keys.
resource "vsphere_license" "licenseKey" {
license_key = "452CQ-2EK54-K8742-00000-00000"
labels {
VpxClientLicenseLabel = "Hello World"
Workflow = "Hello World"
}
}
The following arguments are supported:
license_key - (Required) The license key to add. labels - (Optional) A map of key/value pairs to be attached as labels (tags) to the license key. The following attributes are exported:
edition_key - The product edition of the license key. total - Total number of units (example: CPUs) contained in the license. used - The number of units (example: CPUs) assigned to this license. name - The display name for the license.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/vsphere/r/license.html