Terraform Idempotency Failing - ASE

Hello, recently I started getting a failed Terraform Idempotency check in my release pipelines for azurerm_app_service_environment_v3.
Our Terraform code specifies the setting: allow_new_private_endpoint_connections to be set to True always. However, once terraform apply is done - somehow the setting is set to False and thus fails idempotency.
We have checked our code or any policies set in Azure - nothing points to us somehow changing that setting to False anywhere. Is this some sort of a bug between terraform apply and idempotency check?
Would appreciate the help, as it’s blocking smooth deployments.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.