/terraform-openstack

Create multiple instances with floating ip assigning on openstack using terraform.

Primary LanguageHCL

terraform-openstack

OpenStack examples using terraform.

Usage

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

Development

Contribute to this project to add more examples and save the time for future, feel free to open PR