Added forking for repository resources to allow creation of repo from a fork

This commit is contained in:
Gavin Bunney
2019-11-01 16:21:37 -07:00
parent 2b986da86b
commit d3d6bd5609

View File

@@ -27,7 +27,7 @@ resource "bitbucketserver_repository" "test" {
}
```
> Note: Both `fork_repositiroy_project` and `fork_repository_slug` are required to specified the origin repository to fork.
> Note: Both `fork_repository_project` and `fork_repository_slug` are required to specified the origin repository to fork.
## Argument Reference