terraform-provider-github
terraform-provider-github copied to clipboard
Terraform GitHub provider
Resolves #2089 ---- ### Before the change? * You couldn't use `github_issue_labels` to manage an existing label ### After the change? * You can use `github_issue_labels` to manage an existing...
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3.26.12 to 3.26.13 Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes...
### Expected Behavior When setting the owner argument for the provider, a github_app_installation_repositories resource should only be allowed to modify app installations for the target Github org ### Actual Behavior...
Resolves #1481 ---- ### Before the change? * Does not support merge queue rules on rulesets. ### After the change? * Supports merge queue rules on rulesets ### Pull request...
### Describe the need When pushing a change to the code I'd like the integration tests to be able to be run. This doesn't have to be automatic as there...
### Expected Behavior output "user_saml_identity" { value = data.github_user_external_identity.myuser.saml_identity } returning saml_identity for the user in the organisation, provided that organisation owner is making this request. It is accessible for...
Resolves #1904 ---- ### Before the change? Applying a default branch rule on a repository that already has a default branch with the same name returns a http error 422...
### Expected Behavior I don't have rights to update the repository settings. After I do `terraform apply` and the update fails, I want to see the correct stare. In other...
### Expected Behavior When a `group_description` is changed in IdPs (for example Azure Entra), the change in `github_team_sync_group_mapping` should persist on applying Terraform. ### Actual Behavior When a `group_description` is...
Resolves #2390 ---- ### Before the change? There is no way to set `secret_scanning_push_protection_custom_link` parameter * ### After the change? Should be able to set `secret_scanning_push_protection_custom_link` parameter for the URL...