Relative Content

Tag Archive for terraformterraform-provider-github

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.