Skip to content

Commit

Permalink
Merge pull request #202 from Nkmol/extend-branch-restriction-doc-for-…
Browse files Browse the repository at this point in the history
…username

chore(doc): extend branch-restriction documentation example to show username usage
  • Loading branch information
DrFaust92 authored May 2, 2024
2 parents 902f7b3 + 8073d42 commit 3c7b99e
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 3c7b99e

Please sign in to comment.