Collie Hub

Collie Hub

Build and Deploy modular landing zones with Collie

Get Started Explore Modules

Modular Approach

Assemble landing zones from capability-focused building blocks.

GitOps-Enabled

Manage landing zones and cloud tenants as code in git and automate workflows with GitOps.

Multi-Cloud Workflow

Develop and deploy landing zones with a consistent workflow across multiple cloud platforms.

Terraform Modules

Leverage a familiar workflow as well as existing infrastructure as code modules.

Compliance Built-In

Capture compliance requirements for your landing zones and document their implementation as policies.

Documentation

Document landing zone capabilities for application teams and collaborate with security auditors.

Build Landing Zones easily

Use collie cliopen in new window to easily work with cloud landing zones

# initialize a new collie repository
collie init

# add a cloud foundation connecting your platforms
collie foundation new "my-foundation"

# import a ready-to-use infrastructure as code module implementing
# landing zone best practices
collie kit import "azure/organization-hierarchy"

# apply the kit module to one of your cloud foundation's platforms
collie kit apply "azure/organization-hierarchy"

# deploy all modules applied to the foundation to build your landing zone
collie foundation deploy "my-foundation"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15