terraform-github-repository icon indicating copy to clipboard operation
terraform-github-repository copied to clipboard

A Terraform module to manage GitHub Repositories. https://github.com/

Results 30 terraform-github-repository issues
Sort by recently updated
recently updated
newest added

Hi, I have been trying to import some repos into a master repo forked from this, but some repositories couldn't be imported because the module doesn't support pages or environments...

A couple of months ago, GitHub released a configuration option for branch protections that allows specified users to [bypass pull request restrictions](https://github.blog/changelog/2021-11-19-allow-bypassing-required-pull-requests/). Support for this feature recently made it's way...

enhancement

Adds v4 branch protections as a separate resource. If v4 branch protections are set, then it will disable the v3 branch protection resource to prevent any conflicts. Resolves #124 Signed-off-by:...

https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_tag_protection It would be great if this module supported GitHub's recent tag protection

Hi, Is there a support for "Always suggest updating pull request branches"? If not, is there a timeline for this to be supported? Thanks!

enhancement
question

adds parameters for configuring default commit titles and messages for squash merges and merge commits

Would be great to have this implemented as manual changes get overwritten and our automation pipelines are failing.

As explained [here](https://github.com/mineiros-io/terraform-github-repository#module-outputs) all attributes from the [github_repository](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository.html#attributes-reference) resource should be exported by the module. There is an attribute on the [github_repository](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository.html#attributes-reference) documentation named `repo_id`. However, when I create a...

`Require deployments to succeed before merging` branch protection setting: https://github.blog/changelog/2022-04-12-required-deployments/ I'm unsure if this has been implemented in the upstream provider but would be a great addition to have, along...