Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrondier committed Dec 18, 2024
1 parent 39606a7 commit 8276747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/data-sources/instance_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/data-sources/instance_pool_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions docs/resources/instance_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8276747

Please sign in to comment.