Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Nov 11, 2024
1 parent e6d3e8d commit 01f1cb1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions infra/scenarios/create_user_group/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ data "azuread_domains" "default" {
data "azurerm_subscription" "primary" {
}

data "azuread_client_config" "client_config" {
}

data "azuread_application_published_app_ids" "well_known" {
}

data "azuread_service_principal" "msgraph" {
client_id = data.azuread_application_published_app_ids.well_known.result["MicrosoftGraph"]
}

locals {
domain_name = data.azuread_domains.default.domains[0].domain_name
}
Expand Down

0 comments on commit 01f1cb1

Please sign in to comment.