diff --git a/docs/resources/branch_restriction.md b/docs/resources/branch_restriction.md index 74c2271f..763f546a 100644 --- a/docs/resources/branch_restriction.md +++ b/docs/resources/branch_restriction.md @@ -24,6 +24,8 @@ resource "bitbucket_branch_restriction" "master" { kind = "push" pattern = "master" + users = [ "my-bitbucket-username" ] + groups { slug = "my-group" owner = "my-owner"