management-group

claranet/management-group/azurerm

Terraform Module HCL AZURERM

Terraform module for Azure Management group

Install

module "management-group" {
source = "claranet/management-group/azurerm"
version = "8.0.1"
}
⭐ Source on GitHub 📦 Registry page

README

Azure Management Group ![Changelog](CHANGELOG.md) ![Notice](NOTICE) ![Apache V2 License](LICENSE) ![OpenTofu Registry](https://search.opentofu.org/module/claranet/management-group/azurerm/) Azure terraform module to create a Management Group with associated Azure Subscriptions. Global versioning rule for Claranet Azure modules | Module version | Terraform version | OpenTofu version | AzureRM version | | -------------- | ----------------- | ---------------- | --------------- | | >= 8.x.x | Unverified | 1.8.x | >= 4.0 | | >= 7.x.x | 1.3.x | | >= 3.0 | | >= 6.x.x | 1.x | | >= 3.0 | | >= 5.x.x | 0.15.x | | >= 2.0 | | >= 4.x.x | 0.13.x / 0.14.x | | >= 2.0 | | >= 3.x.x | 0.12.x | | >= 2.0 | | >= 2.x.x | 0.12.x | | 4.31 | Modules No modules. Resources | Name | Type | |------|------| | [azurerm_ma

Inputs (7)

NameTypeDescriptionDefault
client_namestringClient name/account used in naming. required
stackstringProject stack name. required
subscription_idslist(string)A list of Subscription GUIDs which should be assigned to the Management Group. Unull
name_prefixstringOptional prefix for the generated name.""
custom_namestringOptional custom management group display name.""
internal_namestringThe name or UUID for this Management Group, which needs to be unique across yournull
parent_management_group_idstringThe ID of the Parent Management Group. Changing this forces a new resource to benull

Outputs (4)

name — Management group name.
id — Management group UID.
resource — Management group resource object.
associated_subscriptions_uids — Management group associated Subscriptions UIDs.

Resources (2)

azurerm_management_groupazurerm_management_group_subscription_association

Details

FrameworkTerraform Module
LanguageHCL
Version8.0.1
Cloud AZURERM
★ Stars0
Forks5
Total downloads8.2k
Inputs7
Outputs4
Resources2
Examples1
LicenseApache-2.0
Namespaceclaranet
Updated