This repository contains Terraform code that uses the VMware vRealize 8 Automation Provider to build vRA infrastructure.
If you want to override the default variables in variables.tf, copy terraform.tfvars.sample to terraform.tfvars
and fill in your specific information.
cd blueprint
or another relevant infrastructure directory.- Initialize the Terraform directory (
.terraform/
) by runningterraform init
- Create the Terraform execution plan by running
terraform plan
- If everything looks correct, you can apply the Terraform changes by running
terraform apply
and typingyes
when prompted. - If this is NOT production and you are finished testing, you can destroy the infrastructure by running
terraform destroy
and typingyes
when prompted.
This repository is maintained by Nick Adams.
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.