-
Notifications
You must be signed in to change notification settings - Fork 106
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
terraform plan extermely slow with provider version greater then 7.11.2 #805
Comments
I was able to locally test this terraform config on a newly install artifactory. |
@jcoste-orange this is caused by the |
I still have huge cpu consumption with the latest versions of the provider, even v9.0.0. |
@jcoste-orange The performance hit is mostly in the |
We are experiencing the same issue. |
@jcoste-orange @testworksau I'd encourage you to also voice your experience in this HashiCorp community thread: https://discuss.hashicorp.com/t/performance-issue-with-terraform-plugin-framework/58422 Hopefully TF team will see it and prioritize the fix. |
Has there been any progress on this? We are stuck with v7 because of the performance problems with Is there any chance you could revert to the legacy SDK for |
This has been in my mind for some time now. Initially I was hoping HashiCorp would resolve this issue relatively quickly but this doesn't seem to be the case. So we'll consider reverting back to SDKv2 version since this is the worst offender. |
🎉 |
@anstrom @jcoste-orange @testworksau Let me know how well this work out for you. Hopefully |
Terraform plan seems to be performant again with the latest versions on my end. |
We have a pretty big terraform infrastructure for Artifactory :
Everything was working great with version 7.11.2 of the provider.
1m30s to perform a plan for example.
But after an upgrade to 8.3.1, the plan operation takes 33 minutes !!
Artifactory Version :7.59.11
Terrform version : 1.5.5
Provider version : 8.3.1
I can't but the files (it's huge and as there is project names in it, I can expose them).
When I am in INFO level I have those warning (already have those in v7.11.2)
Can this degrade performance ?
The text was updated successfully, but these errors were encountered: