Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
frtibble committed Apr 12, 2024
1 parent 23a7377 commit 3cf7895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/app-registration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ resource "azuread_application_pre_authorized" "azcli" {
}

resource "azuread_service_principal" "app" {
client_id = azuread_application.app.application_id
owners = var.app_registration_owners
client_id = azuread_application.app.application_id
owners = var.app_registration_owners
tags = [
"AppServiceIntegratedApp",
"WindowsAzureActiveDirectoryIntegratedApp",
Expand Down

0 comments on commit 3cf7895

Please sign in to comment.