push_restrictions
does not support mixed types (teams, users, apps)
#581
Labels
push_restrictions
does not support mixed types (teams, users, apps)
#581
Terraform Version
Terraform v0.12.24
Affected Resource(s)
github_branch_protection
Terraform Configuration Files
Debug Output
When using actorIDs of mixed type, only the first node is configured. No errors are reported.
example request ID: 0400:6BD5:FB26C4:1A4FEA7:5F9C95E0 (two team nodes)
example request ID: 06C0:230F:4CBFE3:7E7B89:5F9C9051 (user node, team node)
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.Expected Behavior
All actors associated to a branch protection rule.
Actual Behavior
All actors of a single type associated to a branch protection rule.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
References
https://docs.github.com/en/free-pro-team@latest/graphql/reference/input-objects#createbranchprotectionruleinput
The text was updated successfully, but these errors were encountered: