Skip to content

Commit

Permalink
fix: fix doc for resource kibana_user_space. Name is now required
Browse files Browse the repository at this point in the history
Signed-off-by: disaster37 <[email protected]>
  • Loading branch information
disaster37 committed Mar 9, 2022
1 parent bd865c7 commit 94fc296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/kibana_user_space.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource kibana_user_space "test" {

***The following arguments are supported:***
- **uid**: (required) The user space id to create
- **name**: (optional) The name of user space. If not specify, it the same as `uid`.
- **name**: (required) The name of user space.
- **description**: (optional) The description for user space
- **disabled_features**: (optional) The list of features you should disabled for this user space.
- **initials**: (optional) The initial for user space
Expand Down

0 comments on commit 94fc296

Please sign in to comment.