diff --git a/docs/data-sources/instance_pool.md b/docs/data-sources/instance_pool.md index 5fcb2b52..f870d826 100644 --- a/docs/data-sources/instance_pool.md +++ b/docs/data-sources/instance_pool.md @@ -55,6 +55,7 @@ directory for complete configuration examples. - `instances` (Set of Object) The list of managed instances. Structure is documented below. (see [below for nested schema](#nestedatt--instances)) - `ipv6` (Boolean) Whether IPv6 is enabled on managed instances. - `key_pair` (String) The [exoscale_ssh_key](../resources/ssh_key.md) (name) authorized on the managed instances. +- `min_available` (Number) Minimum number of running Instances. - `network_ids` (Set of String) The list of attached [exoscale_private_network](../resources/private_network.md) (IDs). - `security_group_ids` (Set of String) The list of attached [exoscale_security_group](../resources/security_group.md) (IDs). - `size` (Number) The number managed instances. diff --git a/docs/data-sources/instance_pool_list.md b/docs/data-sources/instance_pool_list.md index dc44f860..61a15d4f 100644 --- a/docs/data-sources/instance_pool_list.md +++ b/docs/data-sources/instance_pool_list.md @@ -60,6 +60,7 @@ Read-Only: - `ipv6` (Boolean) - `key_pair` (String) - `labels` (Map of String) +- `min_available` (Number) - `name` (String) - `network_ids` (Set of String) - `security_group_ids` (Set of String) diff --git a/docs/resources/instance_pool.md b/docs/resources/instance_pool.md index cde3e89d..a6f3c62d 100644 --- a/docs/resources/instance_pool.md +++ b/docs/resources/instance_pool.md @@ -59,6 +59,7 @@ directory for complete configuration examples. - `ipv6` (Boolean) Enable IPv6 on managed instances (boolean; default: `false`). - `key_pair` (String) The [exoscale_ssh_key](./ssh_key.md) (name) to authorize in the managed instances. - `labels` (Map of String) A map of key/value labels. +- `min_available` (Number) Minimum number of running Instances. - `network_ids` (Set of String) A list of [exoscale_private_network](./private_network.md) (IDs). - `security_group_ids` (Set of String) A list of [exoscale_security_group](./security_groups.md) (IDs). - `service_offering` (String, Deprecated) The managed instances type. Please use the `instance_type` argument instead.