Skip to content

Commit

Permalink
add sql server
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Jan 24, 2025
1 parent 69b90bb commit e29c0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/azure/app-registration/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ resource "azuread_application" "oauth2_api" {
}

resource "azuread_service_principal" "oauth2_api" {
application_id = azuread_application.oauth2_api.application_id
use_existing = true
client_id = azuread_application.oauth2_api.client_id
use_existing = true
}

locals {
Expand Down

0 comments on commit e29c0f9

Please sign in to comment.