This is an example on how to setup an AWS cloud account.
There are variables which need to be added to terraform.tfvars. The first are for connecting to the vRealize Automation (vRA) endpoint, there are credentials for connecting to the AWS cloud account.
url
- The URL for the vRealize Automation (vRA) endpointrefresh_token
- The refresh token for the vRA accountaccess_key
- AWS access key IDsecret_key
- AWS secret access key
To facilitate adding these variables, a sample tfvars file can be copied first:
cp terraform.tfvars.sample terraform.tfvars
Once the information is added to terraform.tfvars
, the cloud account can be brought up via:
terraform init
terraform apply