-
Notifications
You must be signed in to change notification settings - Fork 25
Provider Hangs Endlessly When Using for_each #31
Comments
Seems like this has something to do with the StdOut/StdErr of the runscope lib. After my pr (#30) I don't have it anymore. |
While upgrading our Terraform config to With
|
Same issue after upgrading to v0.12, any work around for this? Similar output as @tomwassenberg, stuck on waiting for resources. |
I “solved” this by recompiling the plug-in and the ewilde/go-runscope library. Maybe that also works for you.. |
Any progress on this? similar output as @tomwassenberg and @bjaworski3 apply just stay indefinitely on 'Still creating' after migrating to TF v.12.29 and v.6.0.0 for the plugin. |
This problem still seems to persist. Is this repository no longer being upgraded with bug fixes? cc @ewilde |
FYI, recompiling as mentioned in #31 (comment) seems to have resolved the issue for us when we upgraded to TF 0.12 and it appeared to happen on any large number of runscope resources. |
When you try to create anything with a for_each construct with on object with a lot of properties (I think around 20)the provider will hang endlessly. It works for short iterations. For example:
Output:
The text was updated successfully, but these errors were encountered: