Skip to content

Commit

Permalink
Update active_directory_domain_service.html.markdown
Browse files Browse the repository at this point in the history
`name` is deprecated in `azuread_group` - replaced with `display_name`
  • Loading branch information
heoelri authored Jul 23, 2021
1 parent f29e106 commit 545dac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource azurerm_subnet_network_security_group_association "deploy" {
}
resource "azuread_group" "dc_admins" {
name = "AAD DC Administrators"
display_name = "AAD DC Administrators"
}
resource "azuread_user" "admin" {
Expand Down

0 comments on commit 545dac8

Please sign in to comment.