You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform (and AzureAD Provider) Version
3.0.2
Affected Resource(s)
azuread_application_password
Terraform Configuration Files
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
Debug Output
Panic Output
Expected Behavior
no significant change in plan time when updating from 2.x to 3.x
Actual Behavior
When trying to delete ~2000 resources mostly azuread_application_password combined with time_rotating the time that takes to produce the plan is greatly increased. The provider is producing rows for each element that has stored dependency for each element of the other resource. there are 5 times more rows with version 3.0.2 compared to 2.53.1 and DestroyEdgeTransformer appears 700 000+ times while in the log with 2.53.1 only 4 times.
Community Note
Terraform (and AzureAD Provider) Version
3.0.2
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
no significant change in plan time when updating from 2.x to 3.x
Actual Behavior
When trying to delete ~2000 resources mostly azuread_application_password combined with time_rotating the time that takes to produce the plan is greatly increased. The provider is producing rows for each element that has stored dependency for each element of the other resource. there are 5 times more rows with version 3.0.2 compared to 2.53.1 and DestroyEdgeTransformer appears 700 000+ times while in the log with 2.53.1 only 4 times.
this led to an increase of over 2.5 hours
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: