Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue while running the plan and apply #122

Open
kanth1222 opened this issue Mar 30, 2023 · 1 comment
Open

issue while running the plan and apply #122

kanth1222 opened this issue Mar 30, 2023 · 1 comment

Comments

@kanth1222
Copy link

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.

@winglot
Copy link
Member

winglot commented Apr 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants