Skip to content

For Azure: "application_id" has been depreciated in favour of "client_id" #54

Description

@Rykarix

For Azure: "application_id" has been depreciated in favour of "client_id"

In main.tf, replace line 60 with:

      "AZURE_CLIENT_ID"             = azuread_service_principal.app.client_id

In service_principal.tf, replace line 9 with:

  client_id               = azuread_application.app.client_id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions