Skip to content

Terraform templates to create a VPC, Subnet, and a Public Gateway on IBM Cloud. Primary purpose of this repo is to support building RHOIC clusters.

License

Notifications You must be signed in to change notification settings

redhat-gpst/terraform.ibmcloud.vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform.ibmcloud.vpc

Terraform templates to create a single zone VPC, a Subnet, and a Public Gateway that can be used to underpin a RHOIC cluster.

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 to create a VPC, Subnet, and a Public Gateway on IBM Cloud. Primary purpose of this repo is to support building RHOIC clusters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages