Deploy a VMware Cloud on AWS SDDC¶
This example template will deploy a new VMware Cloud on AWS software-defined data center (SDDC) via HashiCorp Terraform.
Getting Started¶
Prerequisites¶
- Terraform
- VMware Cloud on AWS account and console access
- AWS account that is already linked with the VMware Cloud on AWS account
- Amazon Virtual Private Cloud (VPC) subnet(s) NOTE: The availability zone(s) (AZ(s)) of the subnet(s) determines the AZ(s) where the SDDC will be deployed.
- Configure the input variables to your specification
Deploy¶
terraform initterraform validateterraform plan- Review the results.
terraform apply
Destroy¶
- Either comment out the
vmc_sddc.sddcresource'slifecycle.prevent_destroysetting or set it tofalseto permit resource destruction terraform destroy