https://www.terraform.io/docs/cli/install/apt.html
in openstack find relevant auth data here
- Identity/Application Credentials/Create
- Project/Compute/Key Pairs
- API Access/Identity
cd openstack/
cp -iv terraform.tfvars.example terraform.tfvars
# edit terraform.tfvars
terraform init
terraform apply
- in opennebula goto User/Settings/Auth/Manage login tokens/Get a new token
cd opennebula/
ssh-keygen -t ecdsa -N "" -f ../files/id_ecdsa
cp -iv terraform.tfvars.example terraform.tfvars
# edit terraform.tfvars
terraform init
terraform apply