Terraform module which manages vApp template ressources in a catalog on VMWare Cloud Director.
Name | Version |
---|---|
terraform | >= 1.1.9 |
vcd | >= 3.9.0 |
Name | Version |
---|---|
vcd | 3.9.0 |
No modules.
Name | Type |
---|---|
vcd_catalog_vapp_template.catalog_vapp_template | resource |
vcd_catalog.catalog | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
catalog_name | (Required) Name of the Catalog where to upload the OVA file. | string |
n/a | yes |
name | (Required) vApp Template name in Catalog. | string |
n/a | yes |
vdc_org_name | The name of the organization to use. | string |
n/a | yes |
description | (Optional) Description of the vApp Template. Not to be used with ovf_url when target OVA has a description. | string |
null |
no |
metadata_entry | A set of metadata entries to assign. | list(map(string)) |
[] |
no |
ova_path | (Optional) Absolute or relative path to file to upload. | string |
null |
no |
ovf_url | (Optional) URL to OVF file. Only OVF (not OVA) files are supported by VCD uploading by URL. | string |
null |
no |
upload_piece_size | (Optional) - Size in MB for splitting upload size. It can possibly impact upload performance. Default 1MB. | number |
1 |
no |
Name | Description |
---|---|
id | The ID of the vApp Template. |
TODO