Skip to content

Commit 27f941d

Browse files
authored
Update forked_repository.md
1 parent 477f5f2 commit 27f941d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/resources/forked_repository.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ resource "bitbucket_forked_repository" "infrastructure" {
3232
owner = "myteam"
3333
name = "TerraformCode"
3434
slug = "terraform-code"
35+
36+
parent = {
37+
owner = bitbucket_repository.test.owner
38+
slug = bitbucket_repository.test.slug
39+
}
3540
}
3641
```
3742

0 commit comments

Comments
 (0)