From web portal
- Login to CADES OpenStack
- Go to
Compute->Access & Security->API Access - Hit the
Dowload OpenStack RC File v3Button - Save file for sourcing later
Direct link to step 3
- Source the RC file
- Enter password
- Run:
terraform init # if first time
terraform plan # (optional) check the plan
terraform apply
- Review and enter
yesto accept the changes to infrastructure - Profit!!!
Here is a list of some resources I found that have really helped in learning!