The module deploys the management and monitoring resources from the conceptual architecture for Azure landing zones into the specified subscription, based on the configuration supplied. The module also ensures that the specified subscription is placed in the right management group.
The terraform-docs
utility is used to generate this README. Follow the below steps to update:
- Make changes to the
.terraform-docs.yml
file - Fetch the
terraform-docs
binary (https://terraform-docs.io/user-guide/installation/) - Run
terraform-docs markdown table --output-file ${PWD}/README.md --output-mode inject .
Name | Version |
---|---|
azurerm | >= 3.65.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
management_resources_configuration | Configuration settings for the "management" resources. | object({ |
n/a | yes |
primary_location | Sets the location for "primary" resources to be created in. | string |
n/a | yes |
management_resources_tags | Specify tags to add to "management" resources. | map(string) |
{ |
no |
root_id | Sets the value used for generating unique resource naming within the module. | string |
"alz" |
no |
Name | Description |
---|---|
action_group_id | Action Group ID for the "management" resources. |
configuration | Configuration settings for the "management" resources. |
log_analytics_workspace_ids | Log Analytics Workspace ID for the "management" resources. |
subscription_id | Subscription ID for the "management" resources. |