Skip to content

Commit f98ecb0

Browse files
Revert "Update machine policy docs"
This reverts commit 199afc2.
1 parent f8fe5d1 commit f98ecb0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/resources/machine_policy.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ This resource manages machine policies in Octopus Deploy.
3131
- `machine_connectivity_policy` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--machine_connectivity_policy))
3232
- `machine_health_check_policy` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--machine_health_check_policy))
3333
- `machine_update_policy` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--machine_update_policy))
34-
- `machine_package_cache_retention_policy` (Block Set, Max: 1) (see [below for nested schema](#nestedblock--machine_package_cache_retention_policy))
3534
- `polling_request_queue_timeout` (Number) In nanoseconds.
3635
- `space_id` (String) The space ID associated with this resource.
3736

@@ -100,15 +99,4 @@ Optional:
10099
- `tentacle_update_account_id` (String) The Account ID to perform any Tentacle updates under.
101100
- `tentacle_update_behavior` (String) The behaviour of how Tentacle machines are updated. Valid values are `NeverUpdate` and `Update`.
102101

103-
<a id="nestedblock--machine_package_cache_retention_policy"></a>
104-
### Nested Schema for `machine_package_cache_retention_policy`
105102

106-
Required:
107-
- `strategy` (String) The behaviour of the cache retention policy. Valid values are `Default` and `Quantities`.
108-
109-
Optional:
110-
111-
- `quantity_of_packages_to_keep` (Number) The number of packages to keep.
112-
- `package_unit` (String) The method of counting packages when applying the Quantities strategy. Valid value is `Items`
113-
- `quantity_of_versions_to_keep` (Number) The number of package versions to keep.
114-
- `version_unit` (String) The method of counting package versions when applying the Quantities strategy. Valid value is `Items`.

0 commit comments

Comments
 (0)