Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 794 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 794 Bytes

terraform.ibmcloud.rhoic

Terraform templates for building a single zone RHOIC cluster. This requires the resources from the terraform.ibmcloud.vpc to already be in place.

Using the templates

With the terraform CLI

$ 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>

With IBM Cloud Schematics

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.