Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
patrik-pa4k committed Dec 18, 2024
1 parent 32e3d39 commit ffea64f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ terraform {
provider "azuread" {}

resource "azuread_service_principal" "internal" {
for_each = toset([for assignment in var.assignments : assignment.client_id])
client_id = each.key
use_existing = var.use_existing_service_principal
for_each = toset([for assignment in var.assignments : assignment.client_id])
client_id = each.key
use_existing = var.use_existing_service_principal
}

resource "azuread_app_role_assignment" "role_assignment" {
Expand Down

0 comments on commit ffea64f

Please sign in to comment.