Skip to content

Commit

Permalink
Merge pull request #39 from raul5660/master
Browse files Browse the repository at this point in the history
Fixed "Requiring a client_id and not expecting a application_id." #38
  • Loading branch information
iknowjason authored Nov 12, 2024
2 parents 1cf3616 + 4015c3c commit ade15de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/azure_ad/azure_ad.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def fetch_sp_template():
buffer = '''
# Create service principal
resource "azuread_service_principal" "LINE3" {
application_id = azuread_application.LINE4.application_id
client_id = azuread_application.LINE4.client_id
depends_on = [azuread_application.LINE5]
}
Expand Down

0 comments on commit ade15de

Please sign in to comment.