Closed
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
0.11.8
Problem
Not sure if it's me or something under the hood. I was running 0.11.8
/1.27.0
and upgraded provider to 1.35.0
. Immediate after upgrade I ran terraform plan
and it took very long time to finish. I blamed network at first, but after some time I ran it again with same result. I've downgraded plugin back to 1.27.0
and it is fast again ... Not sure if it is isolated issue or something was introduced in one of the versions following 1.27.0
:/
I run it on the same subset of resources and state plan (remote S3). Also not sure if it's network-slow or locally-slow
1.27.0
time terraform plan
real 0m43.978s
user 0m6.544s
sys 0m2.043s
1.35.0
time terraform plan
real 14m30.323s
user 0m8.626s
sys 0m3.522s
I'll try to upgrade version-by-version and see when it starts happening for me.