-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: FeatureNew feature or requestNew feature or requestr/repository_environment
Description
Affected Resource(s)
- github_repository_environment
Terraform Configuration Files
resource "github_repository_environment" "environment" {
repository = "repository_name"
environment = "testing"
deployment_branch_policy {
protected_branches = false
custom_branch_policies = true
}
}In the GitHub console, when custom_branch_policies is set to true, it allows setting one or more Branch names/patterns to match against. It doesn't seem like this is possible in Terraform. I'm unable to find any other GitHub resource that would allow managing that list per environment. Am I missing something?
Omicron7, dmihalcik-virtru, iwarapter, ChristopheBeke, jeremywitte and 31 more
Metadata
Metadata
Assignees
Labels
Status: Up for grabsIssues that are ready to be worked on by anyoneIssues that are ready to be worked on by anyoneType: FeatureNew feature or requestNew feature or requestr/repository_environment
Type
Projects
Status
✅ Done