Skip to content

Commit

Permalink
Manual documentation update
Browse files Browse the repository at this point in the history
Signed-off-by: Ishan Gupta <gishan@vmware.com>
  • Loading branch information
ishangupta-ds committed Mar 21, 2024
1 parent d415320 commit b5fe8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/data-sources/package_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ Read-Only:

Read-Only:

- `inline_values` (Map of String)
- `inline_values` (Map of String) Deprecated
- `package_ref` (List of Object) (see [below for nested schema](#nestedobjatt--spec--package_ref))
- `path_to_inline_values` (String) File to read inline values from (in yaml format). User needs to specify the file path for inline values
- `role_binding_scope` (String)

<a id="nestedobjatt--spec--package_ref"></a>
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/package_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ Required:

Optional:

- `inline_values` (Map of String, Sensitive) Inline values to configure the Package Install.
- `inline_values` (Map of String, Sensitive, Deprecated) Inline values to configure the Package Install.
- `path_to_inline_values` (String) File to read inline values from (in yaml format). User needs to specify the file path for inline values.

Read-Only:

Expand Down

0 comments on commit b5fe8d2

Please sign in to comment.