Skip to content

Commit

Permalink
Added import to website.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Farrell authored and sepek committed Feb 16, 2023
1 parent 47fb70f commit 9dd49cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/project.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 9dd49cd

Please sign in to comment.