Skip to content

Commit

Permalink
[Docs]: Clarified usage of parent_identifier for root-level entries i…
Browse files Browse the repository at this point in the history
…n Harness File Store (#1074)
  • Loading branch information
ritek01 authored Sep 25, 2024
1 parent e7198b0 commit a09fc4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/resources/platform_file_store_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ resource "harness_platform_file_store_file" "example" {

- `identifier` (String) Unique identifier of the resource.
- `name` (String) Name of the resource.
- `parent_identifier` (String) File parent identifier on Harness File Store
- `parent_identifier` (String) File parent identifier on Harness File Store. If the folder is at the root level, the parent_identifier will be `Root`.


### Optional

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/platform_file_store_folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "harness_platform_file_store_folder" "example" {

- `identifier` (String) Unique identifier of the resource.
- `name` (String) Name of the resource.
- `parent_identifier` (String) Folder parent identifier on Harness File Store
- `parent_identifier` (String) Folder parent identifier on Harness File Store. If the file is at the root level, the parent_identifier will be `Root`.

### Optional

Expand Down

0 comments on commit a09fc4c

Please sign in to comment.