Azure Landing Zone "sandbox"
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/sandbox
1
This kit provides a Terraform configuration for setting a sandbox landing zone management group and suitable default policies.
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.0 |
| azurerm | ~> 3.71.0 |
Modules
| Name | Source | Version |
|---|---|---|
| policy_sandbox | github.com/meshcloud/collie-hub//kit/azure/util/azure-policies | ef06c8d |
Resources
| Name | Type |
|---|---|
| azurerm_management_group.sandbox | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| location | The Azure location used for creating policy assignments establishing this landing zone's guardrails. | string | n/a | yes |
| name | name of the landing zone's management group | string | "sandbox" | 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 |
| sandbox_id | id of the sandbox management group |
