This is a basic terraform script which deploying VM, creating network and FW rules.
This script was written for OpenStack cloud Provider's platform. There are no guarnties that it will works with different OpenStack platform.
- Linux based OS or Windows
- OpenStack
- Terraform (>=0.14)
- Administrator acces into OpenStack
- Clone this repo
- Initialize plugins
terraform init
-
Edit varriables.tf according to your values
-
Edit terraform.tfvars according to your credentials
-
Check all config
terraform plan
If all is ok 6. Deploy VM
terraform apply
GNU GPL v3