Skip to content

Commit

Permalink
rename adgroup_admin_policy (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: pasqualedevita <>
  • Loading branch information
pasqualedevita authored Oct 7, 2021
1 parent 998d9e2 commit 7bb214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/security.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data "azuread_group" "adgroup_admin" {
}

## ad group policy ##
resource "azurerm_key_vault_access_policy" "ad_group_policy" {
resource "azurerm_key_vault_access_policy" "adgroup_admin_policy" {
key_vault_id = module.key_vault.id

tenant_id = data.azurerm_client_config.current.tenant_id
Expand Down

0 comments on commit 7bb214c

Please sign in to comment.