From 8073d42374504a1d25d9943b05c170501402e7d4 Mon Sep 17 00:00:00 2001 From: Sander Mol Date: Wed, 1 May 2024 16:58:37 +0200 Subject: [PATCH] chore(doc): extend branch-restriction documentation example to show username usage --- docs/resources/branch_restriction.md | 2 ++ 1 file changed, 2 insertions(+) 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"