-
Notifications
You must be signed in to change notification settings - Fork 296
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
Modyfying Azure ad group members causes memory spike and crash #1507
Comments
Thanks for reporting @jonashoye, I'll look into this and try to mitigate. |
Having the similar issue with Here is the difference we can see with the v2.53.1 vs v3.0.1. With Provider Version: v3.0.1
With Provider Version: v2.53.1
With the latest v3.0.1, There is a |
Similar issue when simply creating an empty group in govcloud: Stack trace from the terraform-provider-azuread_v3.0.1_x5.exe plugin: panic: runtime error: invalid memory address or nil pointer dereference goroutine 25 [running]: Error: The terraform-provider-azuread_v3.0.1_x5.exe plugin crashed! |
Hi, |
I notice the same issue, the update actually never finishes even |
Hey all! We found both the crash and the memory leak. It looks like owners had the same issue and that has been fixed and released with 3.0.2. Thanks for all the detailed information left here |
Community Note
Terraform (and AzureAD Provider) Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
We have several groups managed by terraform. However after upgrading to v.3 it's not able to add new members to the groups. We use the members block within the azuread_group resource, and plan shows up nicely. However, when trying to apply, it seems to stall and hug up an insane amount of memory (on my local machine i've seen it hug up 32 gigs), and is not able to carry out the changes, but is stuck on 'Still modyfying...'.--
I've looked in the API calls and it seems the http PATCH call gets a 204 No Content response, i don't know if this is intended, or helpful.
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: