Added enable_git_lfs flag for repositories

This commit is contained in:
Gavin Bunney
2019-10-17 13:32:17 -07:00
parent bf6be8c739
commit 3cc9bb1285
3 changed files with 91 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ resource "bitbucketserver_repository" "test" {
* `description` - Optional. Description of the repository.
* `forkable` - Optional. Enable/disable forks of this repository. Default `true`
* `public` - Optional. Determine if this repository is public. Default `false`
* `enable_git_lfs` - Optional. Enable git-lfs for this repository. Default `false`
## Attribute Reference