Toby Brain
Toby Brain
Version: 8.4.0 (looks like 8.2.0+ from GH history) Steps to Reproduce: 1. Enable the Kibana module 2. Add `fields` which overlap with fields exported in the Kibana logs (for 8.4.0...
Only topology elements which may be autoscaled (data tiers and ml) are required. We should make clear which elements required and which should only be specified if sized.
Related to https://github.com/elastic/terraform-provider-elasticstack/pull/130 With the option of using an API key in the provider connection, we should ensure the acceptance tests are run with both username/password and api key authentication...
## Description Use the migrate template API to build the base update request when an existing deployment changes. `deployment_template_id`, ## Related Issues Closed https://github.com/elastic/terraform-provider-ec/issues/487 ## Motivation and Context This API...
https://github.com/elastic/terraform-provider-ec/pull/542 pins the TF version used in the acceptance tests to avoid a [bug](https://github.com/hashicorp/terraform-plugin-sdk/issues/1073) in 1.3+. Once https://github.com/hashicorp/terraform-plugin-sdk/issues/1073 (or https://github.com/hashicorp/terraform-plugin-sdk/issues/1066) is fixed and release we should revert the change in...
For the most part, we should be able to copy the pipeline config from the Elastic Cloud provider.
## Description Empty strings are treated as null in the underlying API. Mimic that behaviour on the provider schema. ## Related Issues Fixes https://github.com/elastic/terraform-provider-ec/issues/698 ## Motivation and Context ## How...
Fixes https://github.com/elastic/terraform-provider-elasticstack/issues/439 Elasticsearch supports both a string array (what the provider has been expecting) and a CSV list for the `indices` field on an SLM policy. This PR customises the...
From https://github.com/elastic/terraform-provider-elasticstack/issues/354 We can't enforce these endpoints are configured within the provider schema since it should be possible to configure only the components you're using, however we should validate that...