OpenStack examples using terraform.
Source your openstack rc file
source admin.rc
then edit variables.tf
with your favorite editor and follow these steps
terraform init
terraform plan
terraform apply
to check the output:
terraform output
Contribute to this project to add more examples and save the time for future, feel free to open PR