Skip to content

Commit 2229d65

Browse files
authored
Add import example
1 parent c807b8b commit 2229d65

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

website/source/docs/providers/github/r/repository.html.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,12 @@ The following additional attributes are exported:
6969

7070
* `svn_url` - URL that can be provided to `svn checkout` to check out
7171
the repository via Github's Subversion protocol emulation.
72+
73+
74+
## Import
75+
76+
Repositories can be imported using the `name`, e.g.
77+
78+
```
79+
$ terraform import github_repository.terraform terraform
80+
```

0 commit comments

Comments
 (0)