Merge pull request #9438 from ksatirli/patch-3

adds import instructions for Bitbucket repos
This commit is contained in:
Colin Wood 2016-10-18 11:56:25 -07:00 committed by GitHub
commit 6d1e7ab1eb
1 changed files with 8 additions and 0 deletions

View File

@ -46,3 +46,11 @@ The following arguments are supported:
The following arguments are computed. You can access both `clone_ssh` and
`clone_https` for getting a clone URL.
## Import
Repositories can be imported using the `name`, e.g.
```
$ terraform import bitbucket_repository.my-repo my-repo
```