terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
### Terraform Version Terraform v1.3.0 on darwin_arm64 + provider registry.terraform.io/integrations/github v5.3.0 ### Affected Resource(s) - github_organization_settings ### Terraform Configuration Files ```hcl resource "github_organization_settings" "this" { provider = github.skm-github-admin-app billing_email =...
### Terraform Version Terraform v1.3.0 on darwin_arm64 + provider registry.terraform.io/integrations/github v5.3.0 ### Affected Resource(s) - github_repository Would be great if the following were supported: Right now this can be enabled...
# Description Adds a new `state` field to the membership data object so that you can tell if a user has accepted an invite to the organization or it is...
Please support GitHub Enterprise settings, such as: - disabling repository creation by members - repository forking - outside collaborators - GitHub Actions: - 3rd party actions and workflows allowed (can...
### Terraform Version ``` Terraform v1.2.4 on linux_amd64 ``` ### Affected Resource(s) Provider config can affect resources indirectly, for example: - github_repository -> The owner can be implicitly set via...
The github_repository_file data source was added in the last release. It returns 404 no matter what I try. It looks like instead of using the provided repository name, it prepends...
### Terraform Version ```bash $ terraform -v Terraform v1.0.8 on linux_amd64 + provider registry.terraform.io/hashicorp/github v4.18.0 + provider registry.terraform.io/hashicorp/google v4.0.0 + provider registry.terraform.io/hashicorp/google-beta v4.0.0 + provider registry.terraform.io/hashicorp/null v3.1.0 + provider registry.terraform.io/hashicorp/random...
### Terraform Version * `Terraform v1.0.7` ### Affected Resource(s) * `github_repository_environment` ### Terraform Configuration Files ```hcl resource "github_repository_environment" "my_repo_environments" { for_each = toset([ "production", "staging", ]) repository = github_repository.my_repo.name environment...