Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: disaster37 <[email protected]>
  • Loading branch information
disaster37 committed Sep 6, 2021
1 parent ea91e04 commit 6a9ef5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/kibana_copy_object.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ resource kibana_copy_object "test" {
- **name**: (required) The unique name
- **source_space**: (optional) The user space from copy objects. Default to `default`
- **target_spaces**: (required) The list of space where to copy objects
- **overwrite**: (optional) Overwrite existing objects. Default to `true`
- **overwrite**: (optional) Overwrite existing objects. Default to `false`
- **create_new_copies**: (optional) Creates new copies of saved objects, regenerates each object ID, and resets the origin. Default to `true`.
- **object**: (optional) The list of object you should to copy
- **include_reference**: (optional) Include reference when copy objects. Default to `true`
- **force_update**: (optional) Force to copy objects each time you apply. Default to `true`
Expand Down

0 comments on commit 6a9ef5c

Please sign in to comment.