reading Azure ad group members causes memory spike and crash => data "azuread_group" "example" · Issue #1612 · hashicorp/terraform-provider-azuread · GitHub
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
Terraform Version 1.9.6
provider registry.terraform.io/hashicorp/azuread v3.0.2
Affected Resource(s)
data.azuread_group.example
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
We have several groups managed by terraform. However after upgrading to v.3.02 it's taking time retrieve the group and using insane amount of memory.
Actual Behavior
Steps to Reproduce
terraform plan
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
5FF5
@manicminer@mbfrahry fyi. i checked last commit and feel that they only fixed ad group resource (resource "azuread_group" "example") and issue still exist for ad group data resource(data "azuread_group" "example")
Community Note
Terraform (and AzureAD Provider) Version
Terraform Version 1.9.6
provider registry.terraform.io/hashicorp/azuread v3.0.2
Affected Resource(s)
data.azuread_group.example
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
We have several groups managed by terraform. However after upgrading to v.3.02 it's taking time retrieve the group and using insane amount of memory.
Actual Behavior
Steps to Reproduce
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: