Provision an OpenStack instance with Terraform
A quick way to create an instance on OpenStack is to use Terraform, an open-source Infrastructure-as-Code (IaC) tool developed by HashiCorp. Here is my environment, quickly drawn 😉 : This instance will be provisioned with Linux CirrOS. The Terraform plan that i used : The provider to use to interact with OpenStack is terraform-provider-openstack : … Read more