You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/machine_policies.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Read-Only:
43
43
-`machine_cleanup_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--machine_policies--machine_cleanup_policy))
44
44
-`machine_connectivity_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--machine_policies--machine_connectivity_policy))
45
45
-`machine_health_check_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--machine_policies--machine_health_check_policy))
46
+
-`machine_package_cache_retention_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--machine_policies--machine_package_cache_retention_policy))
46
47
-`machine_update_policy` (Set of Object) (see [below for nested schema](#nestedobjatt--machine_policies--machine_update_policy))
### Nested Schema for `machine_package_cache_retention_policy`
94
+
95
+
Required:
96
+
97
+
-`strategy` (String) The behaviour of the cache retention policy. Valid values are `Default` (let Octopus decide), `Quantities` (keep by a specified number of packages and versions).
98
+
99
+
Optional:
100
+
101
+
-`package_unit` (String) The method of counting packages when applying the Quantities strategy.
102
+
-`quantity_of_packages_to_keep` (Number) The number of packages to keep.
103
+
-`quantity_of_versions_to_keep` (Number) The number of package versions to keep.
104
+
-`version_unit` (String) The method of counting package versions when applying the Quantities strategy.
105
+
92
106
93
107
<aid="nestedblock--machine_update_policy"></a>
94
108
### Nested Schema for `machine_update_policy`
@@ -100,15 +114,4 @@ Optional:
100
114
-`tentacle_update_account_id` (String) The Account ID to perform any Tentacle updates under.
101
115
-`tentacle_update_behavior` (String) The behaviour of how Tentacle machines are updated. Valid values are `NeverUpdate` and `Update`.
0 commit comments