-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
- Create a new repository using this template
Make sure to select the
Include all branches
option:
-
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>
-
Copy
tfvars-example
toterraform.tfvars
and update the values as needed. See here for full list of variables. -
Run
terraform init
to initialize the project -
Run
terraform plan
to see what changes will be made -
Run
terraform apply
to apply the changes