Skip to content

Commit

Permalink
Merge pull request #195 from pingidentity/193-enhancement-add-terrafo…
Browse files Browse the repository at this point in the history
…rm-import-examples-so-they-are-shown-in-documentation

Added `terraform import` documentation to all applicable resources.
  • Loading branch information
patrickcping authored Aug 24, 2023
2 parents 8ff76ee + 42c0e94 commit 471ef89
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 3,415 deletions.
3 changes: 3 additions & 0 deletions .changelog/195.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
Added `terraform import` documentation to all applicable resources.
```
7 changes: 7 additions & 0 deletions docs/resources/application.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,10 @@ Optional:
- `update_body_message` (String) This is deprecated in the UI and will be removed in a future release.
- `update_message` (String) This is deprecated in the UI and will be removed in a future release.

## Import

Import is supported using the following syntax, where attributes in `<>` brackets are replaced with the relevant ID. For example, `<environment_id>` should be replaced with the ID of the environment to import from.

```shell
$ terraform import davinci_application.example <environment_id>/<davinci_application_id>
```
Loading

0 comments on commit 471ef89

Please sign in to comment.