Skip to content

Terraform module which manages vApp template ressources in a catalog on VMWare Cloud Director.

Notifications You must be signed in to change notification settings

noris-network/terraform-vcd-catalog-vapp-template

Repository files navigation

terraform-vcd-catalog-vapp-template

Terraform module which manages vApp template ressources in a catalog on VMWare Cloud Director.

Requirements

Name Version
terraform >= 1.1.9
vcd >= 3.9.0

Providers

Name Version
vcd 3.9.0

Modules

No modules.

Resources

Name Type
vcd_catalog_vapp_template.catalog_vapp_template resource
vcd_catalog.catalog data source

Inputs

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

Outputs

Name Description
id The ID of the vApp Template.

Examples

TODO

About

Terraform module which manages vApp template ressources in a catalog on VMWare Cloud Director.

Topics

Resources

Stars

Watchers

Forks

Languages