We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c807b8b commit 2229d65Copy full SHA for 2229d65
1 file changed
website/source/docs/providers/github/r/repository.html.markdown
@@ -69,3 +69,12 @@ The following additional attributes are exported:
69
70
* `svn_url` - URL that can be provided to `svn checkout` to check out
71
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