adds import instructions for Bitbucket repos

Hi there!

Started playing with the Bitbucket provider (great job @cwood!) and wanted to import a few dozen repositories. The documentation currently does not list it, but importing repositories is possible, using the following (for a repository identified as `my-repo`:

```
$ terraform import bitbucket_repository.my-repo my-repo
```

Hope this helps!
This commit is contained in:
Kerim Satirli 2016-10-18 20:51:24 +02:00 committed by GitHub
parent 2be676c9bb
commit 9b031405e3
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
```