Merge pull request #9438 from ksatirli/patch-3
adds import instructions for Bitbucket repos
This commit is contained in:
commit
6d1e7ab1eb
|
@ -46,3 +46,11 @@ The following arguments are supported:
|
||||||
|
|
||||||
The following arguments are computed. You can access both `clone_ssh` and
|
The following arguments are computed. You can access both `clone_ssh` and
|
||||||
`clone_https` for getting a clone URL.
|
`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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue