Terraform templates for building a single zone RHOIC cluster. This requires the resources from the terraform.ibmcloud.vpc to already be in place.
$ git clone <this repo>
$ cd <this repo>
$ terraform init
$ terraform plan
$ terraform apply
And when you are done
$ terraform destroy
$ cd ..
$ rm -rf <this repo>
IBM Cloud Schematics documentation
- Create workspace
- Create execution plan (action) pointed at this git repo
- Execute the plan
When completed you can simply delete the workspace which will run a delete and destroy all objects the workspace provisioned.