Summary
Directory Structure
Directory structure:└── ibm-cloud-architecture-terraform-module-icp-deploy/├── README.md├── CONTRIBUTING.md├── hooks.tf├── main.tf├── outputs.tf├── variables.tf├── scripts/│ ├── boot-master/│ │ ├── copy_cluster_skel.sh│ │ ├── functions.sh│ │ ├── generate_hostsfiles.sh│ │ ├── get-args.sh│ │ ├── install-docker.sh│ │ ├── load-config.py│ │ ├── load-image.sh│ │ ├── parse-hostgroups.py│ │ ├── scaleworkers.sh│ │ └── start_install.sh│ └── common/│ ├── docker-user.sh│ ├── prereqs.sh│ └── version-specific.sh└── tests/├── README.md├── container-runtest.sh├── helpers.bash├── install-docker.bats├── load-image.bats├── run_bats.sh└── terraform-sanity.bats