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

Add support for lock_branch argument from github_branch_protection resource

Open AidarGatin opened this issue 1 year ago • 1 comments

There is lack of lock_branch argument from github_branch_protection resource.

From Terraform registry

  • lock_branch - (Optional) Boolean, Setting this to true will make the branch read-only and preventing any pushes to it. Defaults to false

AidarGatin avatar Apr 27 '23 15:04 AidarGatin