You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic example is failing everytime in eu-de all regions when elasticsearch_index and elasticsearch_cluster_settings are getting created using below elasticsearch provider.
^ Do you have an environment where the re-apply never works? I believe its just that the backend is not actually ready yet. And we need to wait longer. We could maybe add a readiness script to the module if thats the case. But if you are seeing examples where re-apply never works, then thats a different problem. Can you please confirm?
^ Do you have an environment where the re-apply never works? I believe its just that the backend is not actually ready yet. And we need to wait longer. We could maybe add a readiness script to the module if thats the case. But if you are seeing examples where re-apply never works, then thats a different problem. Can you please confirm?
It does work on re-apply but what I have seen is ES instance status is active even then it was always failing.
@Ak-sky Active may not mean its ready to handle index creation. Perhaps there is readiness api we could hit? We could even reach out to ICD to see what they recommend, since it seems to definitely be that the instance just isn't ready yet
ocofaigh
changed the title
Issue in eu-de region when using phillbaker/elasticsearch provider for creating index and cluster settings
Issue when using phillbaker/elasticsearch provider for creating index and cluster settings
Nov 13, 2024
Basic example is failing everytime in
eu-deall regions whenelasticsearch_index
andelasticsearch_cluster_settings
are getting created using below elasticsearch provider.terraform-ibm-icd-elasticsearch/examples/basic/version.tf
Line 11 in 0df97ee
Failing with below error
context deadline exceeded
Have tried to wait (sleep) for 60s, 120s, and so forth but it doesn't work. But sometimes TF re-apply does work.
The text was updated successfully, but these errors were encountered: