Skip to content

Commit

Permalink
make tf bootstrap create unique ad group name
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Oct 23, 2023
1 parent a5ca9e8 commit 8d551d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "azurerm_role_assignment" "vault_sp_read_assignment" {
}

resource "azuread_group" "test_group" {
display_name = "azure-secrets-engine-test-group"
display_name = "azure-secrets-engine-test-group-${random_id.random.hex}"
owners = [data.azuread_client_config.current.object_id]
security_enabled = true
}
Expand Down

0 comments on commit 8d551d0

Please sign in to comment.