Skip to content

Commit

Permalink
Regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus committed Jun 25, 2024
1 parent 3b9a5b8 commit 27884ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/library_variable_sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Read-Only:
- `name` (String) The name of this resource.
- `space_id` (String) The space ID associated with this resource.
- `template` (List of Object) (see [below for nested schema](#nestedatt--library_variable_sets--template))
- `template_ids` (Map of String)
- `variable_set_id` (String)

<a id="nestedatt--library_variable_sets--template"></a>
Expand Down
1 change: 1 addition & 0 deletions docs/resources/deployment_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ Optional:
- `id` (String) The unique ID for this resource.
- `is_disabled` (Boolean) Indicates the disabled status of this deployment action.
- `is_required` (Boolean) Indicates the required status of this deployment action.
- `kubernetes_object_status_check_enabled` (Boolean) Indicates the status of the Kubernetes Object Status feature
- `notes` (String) The notes associated with this deployment action.
- `package` (Block List) The package assocated with this action. (see [below for nested schema](#nestedblock--step--deploy_kubernetes_secret_action--package))
- `properties` (Map of String) The properties associated with this deployment action.
Expand Down
1 change: 1 addition & 0 deletions docs/resources/library_variable_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This resource manages library variable sets in Octopus Deploy.

### Read-Only

- `template_ids` (Map of String)
- `variable_set_id` (String)

<a id="nestedblock--template"></a>
Expand Down
1 change: 1 addition & 0 deletions docs/resources/runbook_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ Optional:
- `id` (String) The unique ID for this resource.
- `is_disabled` (Boolean) Indicates the disabled status of this deployment action.
- `is_required` (Boolean) Indicates the required status of this deployment action.
- `kubernetes_object_status_check_enabled` (Boolean) Indicates the status of the Kubernetes Object Status feature
- `notes` (String) The notes associated with this deployment action.
- `package` (Block List) The package assocated with this action. (see [below for nested schema](#nestedblock--step--deploy_kubernetes_secret_action--package))
- `properties` (Map of String) The properties associated with this deployment action.
Expand Down

0 comments on commit 27884ac

Please sign in to comment.