[Feature] Don't remove the Elasticsearch authentication on resource-level elasticsearch_connection
#546
Labels
enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
The Elasticsearch authentication on resource-level
elasticsearch_connection
will be deprecated, which forces the usage of a provider that uses hardcoded credentials or a provider that depends the resourceec_deployment
.Using a hardcoded provider goes against the principle of using a single Elastic Cloud Terraform provider to configure multiple deployments that have Elasticsearch resources. Defining the the Elasticsearch authentication on resource level suits usage of the Elastic Cloud Terraform provider.
If a Terraform module that contains an Elastic Cloud deployment with Elasticsearch resources is destroyed, the Elasticsearch resources can't be deleted because the Elastic Stack Terraform provider is also destroyed in the same run (#509 (comment)).
This issue is related to #509, because authentication on resource-level has not been implemented for Kibana.
Describe the resource you would like to have implemented.
Don't remove Elasticsearch authentication on resource-level
elasticsearch_connection
and don't force the Elasticsearch connection via the provider configuration.The text was updated successfully, but these errors were encountered: