hashicorp / terraform-provider-azuread

Terraform provider for Azure Active Directory
https://registry.terraform.io/providers/hashicorp/azuread/latest/docs
Mozilla Public License 2.0
419 stars 287 forks source link

application and service_principal ignore_changes owners is not working #1438

Closed philipp1992 closed 1 month ago

philipp1992 commented 1 month ago

Using the latest version of this plugin,

lifecycle {
    ignore_changes = [
        owners
    ]
} 

is not working for azuread_application and azuread_service_principal. Terraform will still delete owners that have been set in the Azure Console.