Skip to content

Commit 607b30a

Browse files
authored
Merge pull request #2 from kumarvna/develop
module update
2 parents 5524916 + 210bbde commit 607b30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "key-vault" {
2020
# Make sure to use list of user principal names of Azure AD users.
2121
access_policies = [
2222
{
23-
azure_ad_user_principal_names = ["harshal.yadwadkar@tietoevry.com", "sandeep.kannan@tietoevry.com"]
23+
azure_ad_user_principal_names = ["user1@example.com", "user2@example.com"]
2424
key_permissions = ["get", "list"]
2525
secret_permissions = ["get", "list"]
2626
certificate_permissions = ["get", "import", "list"]

0 commit comments

Comments
 (0)