Steve Brudz
Steve Brudz
I hit this same issue and found that the problem was with using `expect.toThrow` on an async function. I was able to get it working by using a `try/catch` in...
I saw this issue when using an explicit `depends_on` between modules. If the depended on module is changed in any way, the `github_team_repository` resource would get recreated. Removing the `depends_on`...
Also, the "office hours" Calendly link from the template is currently not working.
@fivetran-avinash I've booked a meeting with you to discuss further.
Great — Thank you so much! I am willing to contribute a PR but wouldn’t have time to work on it until the week of May 6th. I’ll check back...
Hi @fivetran-reneeli, I haven't had a chance to start on a PR yet. Since you've started making updates on your end, I'll hold off. When there's a branch ready for...
@fivetran-reneeli I tested using your branch and it fixed the issue for us! Thank you!
@nmanoogian I'm hitting this error sometimes, too, when creating secrets syncs for Terraform Cloud. I've seen it take 30 seconds or more to complete a sync. It's a pain when...
That change works for me. I have downstream dependencies that rely on the sync being completed, but I can handle that by writing a local provisioner that polls the Doppler...
> the await behavior is desirable or should be configurable It is definitely desirable behavior. Supporting a timeout block as @xPiSeaZx suggested would be a good option, as long as...