- Make sure you have terraform or opentofu installed.
- Download your openrc.sh file from the Horizon interface
- Setup your SSH key in Openstack
cp terraform.tfvars.example terraform.tfvars
vi terraform.tfvars # Adjust keypair name to match with the one created in Horizon
source openrc.sh
terraform init
terraform plan -out plan.out
terraform apply plan.out