Skip to content

nickkadams/terraform-vra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform VMware vRA8 Provider

This repository contains Terraform code that uses the VMware vRealize 8 Automation Provider to build vRA infrastructure.

Table of Contents

Tools

Usage

If you want to override the default variables in variables.tf, copy terraform.tfvars.sample to terraform.tfvars and fill in your specific information.

  1. cd blueprint or another relevant infrastructure directory.
  2. Initialize the Terraform directory (.terraform/) by running terraform init
  3. Create the Terraform execution plan by running terraform plan
  4. If everything looks correct, you can apply the Terraform changes by running terraform apply and typing yes when prompted.
  5. If this is NOT production and you are finished testing, you can destroy the infrastructure by running terraform destroy and typing yes when prompted.

Author Information

This repository is maintained by Nick Adams.

License

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.