Azure Landing Zone "Container-Platform"
Source code & Installation
The source code of this kit module can be found here
Run the following command to install the kit module:
collie kit import azure/landingzones/container-platform
1
The Container Platform Landing Zone is a pre-configured environment designed to support the deployment and management of containerized applications at scale. It provides a foundation for running container workloads using services like Azure Kubernetes Service (AKS) and Azure Container Instances (ACI).
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.0 |
| azurerm | ~> 3.102.0 |
Modules
| Name | Source | Version |
|---|---|---|
| policy_container_platform | github.com/meshcloud/collie-hub//kit/azure/util/azure-policies | 7c356a7 |
Resources
| Name | Type |
|---|---|
| azurerm_management_group.container_platform | resource |
| azurerm_management_group.dev | resource |
| azurerm_management_group.prod | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| landingzones | The parent_management_group where your landingzones are | string | "landingzones" | no |
| location | The Azure location where this policy assignment should exist, required when an Identity is assigned. | string | "germanywestcentral" | no |
| name | n/a | string | "container-platform" | no |
| parent_management_group_id | The tenant management group of your cloud foundation | string | "foundation" | no |
Outputs
| Name | Description |
|---|---|
| documentation_md | n/a |
| management_id | n/a |
