newgroup
andrewCluey/newgroup/azuread
Terraform Module
HCL
AZUREAD
Create a new Azure AD group
Install
module "newgroup" {
source = "andrewCluey/newgroup/azuread"
version = "0.0.1"
}
README
terraform-azuread-newgroup Create a new Azure AD group Example calling code ``hcl module "aad_group" { source = "../ad" aad_groups = { "test1-srfe" = { name = "test1-srfe", description = "test1-srfe-description" }, } } provider "azuread" { # Whilst version is optional, we /strongly recommend/ using it to pin the version of the Provider being used tenant_id = "98sa75r3heldfhw89re-askudfyh" use_msi = true } ``
Inputs (1)
| Name | Type | Description | Default |
|---|---|---|---|
| aad_groups | string | Simple module to loop through a map of NAME & Description to create groups in Az | required |
Resources (1)
azuread_group
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud AZUREAD
★ Stars1
Forks1
Total downloads5.2k
Inputs1
Resources1
NamespaceandrewCluey
Updated