Replies: 1 comment
-
Silly me, its supported in github_branch_protection
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Require linear history is a setting that I always like to have enabled. However, I can't find support for this setting in https://github.com/integrations/terraform-provider-github. I have scoured the docs for some sort of reference but perhaps I'm not looking in the right place.
I know that the github API provides a
required_linear_history
attribute and that I can set it using a PUT:I would have expected to find support for it in resource github_branch_protection_v3 but that support doesn't exist.
Is it a conscious decision not to support
required_linear_history
in the Terraform Provider for GitHub or something that hasn't been implemented yet?Beta Was this translation helpful? Give feedback.
All reactions