-
This guide will cover the creation of the Aria Automation Cloud Accounts and Cloud Zones. Before getting started, follow Part 1 to configure the Aria Automation / VCF Automation provider for terraform.
The first terraform resource to create is the Cloud Accounts. Create a new file called "cloud_accounts.tf" …
Read More -
Using Terraform to consume Aria Automation / VCF Automation is easy to configure and to get started, have a read of the below code snippets. This guide will cover the initial setup and configuration of the Aria Automation Terraform provider and assumes that you have the Terraform executable installed locally. If not, …
Read More -
A few years ago now, back on January 28th 2021, I presented at the Automation User Group about vRealize Automation and Terraform and how they work together to provide a new way to deploy your infrastructure. The recording of the session is available here and the slides are available from here.
Read More -
To get started with HashiCorp Terraform, you can download the simple executable file from HashiCorp here. To understand the basics of Infrastructure as Code and Terraform, have a read of the post available here.
Terraform configuration files are text files with a .tf file extension. To get started, create a new folder …
Read More -
vRealize Automation (vRA) 8.2 added support for running your Terraform (TF) configurations directly from the vRA interface. Simply register your code repository endpoint, either GitLab or GitHub, and select which Terraform configuration to run. The vRA logic will even map the deployed resources to your vRA Cloud …
Read More