Skip to content

Commit

Permalink
Update Azure AD user resource names in local_market_1.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Mar 17, 2024
1 parent c20d5df commit 263cca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-vf/local_market_1.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
resource "azuread_users" "lm1_users" {
resource "azuread_user" "lm1_users" {
user_principal_name = ["[email protected]"]
display_name = "localmarket1user"
}

resource "azuread_users" "lm1_admins" {
resource "azuread_user" "lm1_admins" {
user_principal_name = ["[email protected]"]
display_name = "localmarket1user"
}
Expand Down

0 comments on commit 263cca2

Please sign in to comment.