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 init
terraform validate
terraform plan
- Review the results.
terraform apply
Destroy¶
- Either comment out the
vmc_sddc.sddc
resource'slifecycle.prevent_destroy
setting or set it tofalse
to permit resource destruction terraform destroy