Skip to content

Commit

Permalink
Merge pull request #102 from multi-io/nd-server-group-docs
Browse files Browse the repository at this point in the history
document server_group_id option
  • Loading branch information
nrobert13 authored Mar 27, 2024
2 parents fb71a35 + 9e50e77 commit 218b0b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DOMAIN=syseleven.de
NAMESPACE=syseleven
PKG_NAME=metakube
BINARY=terraform-provider-${PKG_NAME}
VERSION=5.3.0
VERSION=5.3.1
PLATFORM?=darwin_arm64
SWEEP_DIR?=./metakube
SWEEP?=all
Expand Down
1 change: 1 addition & 0 deletions docs/resources/node_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ One of the following must be selected.
* `use_floating_ip` - (Optional) Indicate use of floating ip in case of floating_ip_pool presense. Defaults to true.
* `instance_ready_check_period` - (Optional) Specify custom value for how often to check if instance is ready before timing out.
* `instance_ready_check_timeout` - (Optional) Specifies custom value for how long to check if instance is ready before timing out.
* `server_group_id` - (Optional) Specifies custom value for the Openstack server group ID to use for the nodes. Defaults to a cluster-wide group.

### `aws`

Expand Down

0 comments on commit 218b0b8

Please sign in to comment.