Skip to content

Commit

Permalink
Update powerbi_embedded.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
murggu authored Jan 17, 2024
1 parent 402ba2a commit d2540c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/powerbi-embedded/test/powerbi_embedded.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module "powerbi_embedded" {
resource_group_name = module.local_rg.name
location = var.location

administrators = ["aimurg@microsoft.com"]
administrators = ["<>"]

tags = {}
}
Expand All @@ -19,4 +19,4 @@ module "local_rg" {
location = var.location

tags = local.tags
}
}

0 comments on commit d2540c7

Please sign in to comment.