Using GithubApp to create teams and repositories via terraform gives 403 error
I am trying to create teams and repositories via terraform however I get the following error:
How do I use Terraform github_repository_pull_request repeatedly?
I want to keep files in a particular branch of a GitHub repo in sync using Terraform. When they differ from the master branch, I want to use the GitHub provider repository_pull_request resource to issue a PR from my synced branch. The aim here is to allow the owner of the repo to decide whether to fix the drift or not.