Changelog
FEATURES:
- datasource/ec_deployment: Add a new size parameter to allow modifying the default size of
10
in the number of deployments returned by the search request. (#300) - resource/ec_deployment: Supports Autoscaling via two new settings:
elasticsearch.autoscale
("true"
or"false"
) and anelasticsearch.topology.autoscaling
block to modify the default autoscaling policies. For more information, refer to the documentation examples. (#296) - resource/ec_deployment: Supports deployment aliases in a new top level field
alias
. (#298)
ENHANCEMENTS:
- resource/ec_deployment: Retries the Shutdown API call on the destroy operation up to 3 times when the transient "Timeout Exceeded" error returned from the Elastic Cloud API. (#308)
BUG FIXES:
- datasource/ec_deployments: Properly sorts the datasource results by ID. (#322)
- resource/ec_deployment: Fixes a bug which made restoring a snapshot to an existing deployment fail. (#309)
- resource/ec_deployment: Handles account and external trust settings, fixing a bug where the default trust settings are unset and allowing users to set up their own trust settings for an Elasticsearch cluster. (#324)