Skip to content

Terraform templates for building a managed instance of Red Hat OpenShift of IBM Cloud (RHOIC) cluster including its COS dependancy.

License

Notifications You must be signed in to change notification settings

rhpds/terraform.ibmcloud.rhoic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Terraform templates for building a managed instance of Red Hat OpenShift of IBM Cloud (RHOIC) cluster including its COS dependancy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%