Patrick Svaiter
Patrick Svaiter
I'm also affected by this and found the same conclusion by looking at the source code: The reconnect is not documented and is enabled only when informed. However, I configured...
I forgot to mention, the version is pinned to `websocket-client==1.4.1`.
Is there any solution found for this issue? I'm suffering from the same problem, while msbuild integration allows a specification of ouput dir. Why not vstest?
@ArchieCoder I tried to use MSBuild integration and that worked as expected. Besides that I could use the Fine Code Coverage extension for Visual Studio that seems to depend on...
Is it already fixed? I took a long time searching for a solution until I find this issue. I was suspecting that Pipfile was not supported in modules.
Since it's resolved, what is the configuration property to define the Dataform subdirectory? I couldn't find it in the PR.
I'm stuck in version 4.8.0 because since version 4.9.0 this bug is present and I don't want to pollute the tf plan output with this permadiff at every change. OP...
The provider version is already in version 4.28.0 and the bug introduced in version 4.9.0 is still there. Previous to 4.9.0 it was working as expected. Shouldn't this be prioritized?...
@yudoufu I saw you made a PR recently to fix a permadiff related to this resource. Could you help me with this one?
@c2thorn I think that changing the `role_arn` to computed will not solve the permadiff on `aws_access_key` which is what I'm using. After this change https://github.com/hashicorp/terraform-provider-google/pull/10950 the keys are not being...