Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applications: DiffSuppressFunc for application_object_id #1221

Merged
merged 1 commit into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. Applications: DiffSuppressFunc for application_object_id

    This works around some existing configurations where a diff may arise as
    a result of the recent state migration to update the resource ID for
    `azuread_application` to use a typed ID.
    
    Where an existing configuration mistakenly references the `id` attribute
    for an `azuread_application` resource, expecting it to contain a bare
    object ID, this avoids a subsequent diff where the existing bare UUID and
    the prospective ID point to the same application.
    manicminer committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    68fa71d View commit details
    Browse the repository at this point in the history