Skip to content

Commit

Permalink
chore(doc): extend branch-restriction documentation example to show u…
Browse files Browse the repository at this point in the history
…sername usage
  • Loading branch information
Nkmol committed May 1, 2024
1 parent 902f7b3 commit 8073d42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/branch_restriction.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ resource "bitbucket_branch_restriction" "master" {
kind = "push"
pattern = "master"
users = [ "my-bitbucket-username" ]
groups {
slug = "my-group"
owner = "my-owner"
Expand Down

0 comments on commit 8073d42

Please sign in to comment.