Dmitry Onishchenko
Dmitry Onishchenko
@saimantr , do you use 0.9.0 against Elastic cloud or ECE? Can you please share your TF config?
If you're running the provider against ECE, please provide the ECE version.
@saimantr , you need to move `client_secret` definition to new attribute [keystore_contents](https://registry.terraform.io/providers/elastic/ec/latest/docs/resources/deployment#keystore_contents) of `ec_deployment`. Please refer to the [example](https://github.com/elastic/terraform-provider-ec/blob/master/examples/resources/ec_deployment/with-keystore/deployment.tf#L39) for more details.
Closed by https://github.com/elastic/terraform-provider-ec/pull/567
Closed by https://github.com/elastic/terraform-provider-ec/pull/567
@TinaHeiligers , thank you for the details. Does it make sense to delete the deprecated API from the provider? What about old Kibana versions, e.g. if a consumer upgrades the...
@Kushmaro , WDYT? E.g. we can just show a deprecation warning if the API is called and let it fail if it's used against Kibana v9.
@tobio , thanks for the clarification. Yeah, it makes sense to remove the API.
The failed acc test is a flaky one.
Just from a quick look at the issue - I think we need to change `node_roles` plan modifier to fix item 3 from [that list](https://github.com/elastic/terraform-provider-ec/issues/635#issuecomment-1635609587).