Why is Terraform Recreating the Azure Container App Environment After Adding a New Container App Job?

We have an issue where the azurerm_container_app_environment.cae resource is being recreated during the execution of our Terraform code, despite the fact that we only added a new container app job to the existing container app environment. This unexpected behavior results in the destruction and recreation of the entire container app environment, impacting the associated container apps and other dependent resources. Additionally, the destruction process for the azurerm_container_app_environment.cae resource takes an extended amount of time during the terraform apply step, further delaying the deployment process. We need to understand why this is happening and how to prevent the unnecessary recreation of the container app environment.