https://github.com/launchbynttdata/tf-azurerm-module_primitive-management_group
https://github.com/launchbynttdata/tf-azurerm-module_primitive-management_group
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchbynttdata/tf-azurerm-module_primitive-management_group
- Owner: launchbynttdata
- License: apache-2.0
- Created: 2025-05-09T16:53:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-19T18:22:07.000Z (2 months ago)
- Last Synced: 2026-03-20T09:51:17.540Z (2 months ago)
- Language: Makefile
- Size: 47.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Notice: NOTICE
Awesome Lists containing this project
README
# tf-azurerm-module_primitive-management_group
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | ~> 1.0 |
| [azurerm](#requirement\_azurerm) | ~> 3.77 |
## Providers
| Name | Version |
|------|---------|
| [azurerm](#provider\_azurerm) | 4.28.0 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [azurerm_management_group.management_group](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/management_group) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [name](#input\_name) | The name of the resource | `string` | n/a | yes |
| [display\_name](#input\_display\_name) | The display name for the management group | `string` | n/a | yes |
| [parent\_management\_group\_id](#input\_parent\_management\_group\_id) | The parent ID for the management group | `string` | `""` | no |
| [subscription\_ids](#input\_subscription\_ids) | set of subscription IDs to associate with the management group | `set(string)` | n/a | yes |
## Outputs
| Name | Description |
|------|-------------|
| [management\_group](#output\_management\_group) | The management group object created for the policy |