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
In this body the sub-section treats user-defined and built-in plugins differently. For example:
{// Rest of body omitted"elasticsearch": {"user_plugins": [],"user_bundles": [],"version": "8.14.3","enabled_built_in_plugins": ["analysis-icu"// <-- this here]}}
It would be great to have an example of how Terraform handles defining this.
The text was updated successfully, but these errors were encountered:
The docs page for
ec_deployment_provider
does not give an example for how to enable built-in plugins:https://registry.terraform.io/providers/elastic/ec/latest/docs/resources/deployment_extension#schema
The two examples both use a
download_url
, which a built-in plugin does not use.In the Elastic Cloud deployment API defines the
DeploymentUpdateRequest
here:https://www.elastic.co/guide/en/cloud/current/definitions.html#DeploymentUpdateRequest
In this body the sub-section treats user-defined and built-in plugins differently. For example:
It would be great to have an example of how Terraform handles defining this.
The text was updated successfully, but these errors were encountered: