diff --git a/website/docs/r/project.html.md b/website/docs/r/project.html.md
index f80bd9d4e..7d5f3d7a7 100644
--- a/website/docs/r/project.html.md
+++ b/website/docs/r/project.html.md
@@ -90,3 +90,11 @@ The following attributes are exported:
* `name` - The unique name that identifies the project, as set in the arguments.
* `ui_url` - The URL of the index page for this project in the Rundeck UI.
+
+## Import
+
+Rundeck Project can be imported using the `name`, e.g.
+
+```
+$ terraform import rundeck_project.main project-name
+```