Skip to content
Ryan Tiffany edited this page Jun 22, 2023 · 7 revisions

Welcome to the ibmcloud-mzr-vpc-template wiki!

To use this template, do the following:

  1. Create a new repository using this template

Create repo from template

Make sure to select the Include all branches option:

  1. Clone the new repository and select the branch you want to use (base, bastion, landing-zone)

    git clone https://github.com/<your_github>/ibmcloud-mzr-vpc-template.git
    cd ibmcloud-mzr-vpc-template
    git checkout <branch>
  2. Copy tfvars-example to terraform.tfvars and update the values as needed. See here for full list of variables.

  3. Run terraform init to initialize the project

  4. Run terraform plan to see what changes will be made

  5. Run terraform apply to apply the changes

Clone this wiki locally