Azure Landing Zone "Cloud-Native"
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/cloud-native
1
Cloud Native Landing Zone is a purpose-built environment in the cloud designed to streamline the development, deployment, and operation of applications. It incorporates automation, security measures, and best practices for cloud-native development to ensure efficient and secure utilization of cloud resources.
The kit will create a dev group and a prod management groups.
Requirements
Name | Version |
---|---|
terraform | >= 1.0 |
azurerm | ~> 3.71.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
azurerm_management_group.cloudnative | resource |
azurerm_management_group.dev | resource |
azurerm_management_group.prod | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | name of the landing zone's management group | string | "cloudnative" | no |
parent_management_group_id | id of the parent management group for the landing zone's management group | any | n/a | yes |
Outputs
Name | Description |
---|---|
documentation_md | n/a |