/
Using Terraform with vCloud Director
Using Terraform with vCloud Director
Here is an example connection:
# Configure the VMware vCloud Director Provider provider "vcd" { user = "cloud1100000" password = "1234567" org = "Org_cloud1100000" vdc = "DC_1144457" url = "https://mycloud.mel.zettagrid.com/api" max_retry_timeout = "60" allow_unverified_ssl = "0" }
Ensure you use the correct URL for your zone.
Further information:
- Terraform vCD Provider Documentation
- Terraform vCD Provider Repository
- Chat in Slack at #vcd-terraform-dev channel ? join through VMware {code}
- Go language vCD library (SDK) repository ? https://github.com/vmware/go-vcloud-director
Related content
How to use vCloud Director API in Zettagrid
How to use vCloud Director API in Zettagrid
More like this
vCloud Availability (VCDA) Configuration Guide
vCloud Availability (VCDA) Configuration Guide
More like this
How do I access VMware Cloud Availability (VCDA) in Zettagrid?
How do I access VMware Cloud Availability (VCDA) in Zettagrid?
More like this
Accessing Cloud Director Portal in Zettagrid
Accessing Cloud Director Portal in Zettagrid
More like this
VCDA - Deploy Combined Appliance & Pair To Zettagrid
VCDA - Deploy Combined Appliance & Pair To Zettagrid
More like this
Interzone Replication - Protecting your Zettagrid VMs
Interzone Replication - Protecting your Zettagrid VMs
More like this