Skip to content

Commit 05bd4a9

Browse files
committed
Updated generated docs
1 parent 8906e2c commit 05bd4a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/waypoint_add_on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Waypoint Add-on data source retrieves information on a given Add-on.
2323
### Read-Only
2424

2525
- `application_id` (String) The ID of the Application that this Add-on is created for.
26-
- `created_by` (String) The user who created the Add-on.
26+
- `created_by` (String, Deprecated) The user who created the Add-on.
2727
- `definition_id` (String) The ID of the Add-on Definition that this Add-on is created from.
2828
- `description` (String) A longer description of the Add-on.
2929
- `install_count` (Number) The number of installed Add-ons for the same Application that share the same Add-on Definition.

docs/resources/waypoint_add_on.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Waypoint Add-on resource
2828
### Read-Only
2929

3030
- `add_on_definition_input_variables` (Attributes Set) Input variables set for the add-on definition. (see [below for nested schema](#nestedatt--add_on_definition_input_variables))
31-
- `created_by` (String) The user who created the Add-on.
31+
- `created_by` (String, Deprecated) The user who created the Add-on.
3232
- `description` (String) A longer description of the Add-on.
3333
- `id` (String) The ID of the Add-on.
3434
- `install_count` (Number) The number of installed Add-ons for the same Application that share the same Add-on Definition.

0 commit comments

Comments
 (0)