This Terraform example configurations uses the OpenStack provider to provision virtual machines on OpenStack and TerraForm Module ICP Deploy to prepare VMs and deploy IBM Cloud Private on them.
There is currently only a single template example located in the examples/smallcluster_ce directory, but more will be populated over time.
- Working copy of Terraform
- git clone or download the recipe
- Update the
variables.tf
orterraform.tfvars
file to reflect your environment - Run
terraform init
to download depenencies (modules and plugins) - Run
terraform plan
to investigate deployment plan - Run
terraform apply
to start deployment