-
Notifications
You must be signed in to change notification settings - Fork 768
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
Dynamic blocks in github_team_members doesn't work as expected #1064
Comments
same for me. We have a huge github team, which contains all members of our org. approx. 900 members. |
I think at least the behavior described by @kaefferlein is caused by missing pagination. See #1092 |
1 similar comment
I think at least the behavior described by @kaefferlein is caused by missing pagination. See #1092 |
A couple of (unexpected) things that I noticed after using github_team_members resource:
Hope it helps |
We were migrating to |
👋 Hey Friends, this issue has been automatically marked as |
Still not been addressed by GitHub. |
Any update on this? |
👋 Hey Friends, this issue has been automatically marked as |
Terraform version
v1.1.5
provider.github = v4.20.0
Affected Resource(s)
Terraform Configuration Files
Debug Output
Please note:
members_count
is not the actual output of the given HCL configuration file.Panic Output
N/A
Expected Behavior
The dynamic blocks should create correct user with correct role.
Actual Behavior
The dynamic blocks should create correct user with the same role at one run (e.g., 1st run all maintainer, 2nd run all members)
Steps to Reproduce
terraform init
terraform apply
Important Factoids
Nothing I can think of.
References
N/A
The text was updated successfully, but these errors were encountered: