You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
I used your provider script is handy, but I have more than 200 users for each schema and I have more than 200 schemas it works fine for 30 schemas but when I am using it for more than 40schemas then terraform plans get stuck for more than 1 hr and falling. can you please help me to run more schemas I run terraform in my local and GitHub Actions and terraform.io seeing the same issue.
The text was updated successfully, but these errors were encountered:
Hi,
we have faced the same issues and they were fixed in v1.0.4 of the provider (fixing PR: #101). It was caused by not cleaning up resources in the Go code (calling defer rows.Close()).
Please let me know which provider version are you using and if eventual upgrade helps with your problems.
hi,
I used your provider script is handy, but I have more than 200 users for each schema and I have more than 200 schemas it works fine for 30 schemas but when I am using it for more than 40schemas then terraform plans get stuck for more than 1 hr and falling. can you please help me to run more schemas I run terraform in my local and GitHub Actions and terraform.io seeing the same issue.
The text was updated successfully, but these errors were encountered: