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
This is a terraform provider that lets you provision Elasticsearch and Opensearch resources, compatible with v6 and v7 of Elasticsearch and v1 of Opensearch ([via compatibility mode](https://opensearch.org/docs/latest/clients/agents-and-ingestion-tools/index/)). Based off of an [original PR to Terraform](https://github.com/hashicorp/terraform/pull/13238).
5
+
This is a terraform provider that lets you provision Elasticsearch and Opensearch resources, compatible with v6 and v7 of Elasticsearch and v1 of Opensearch. Based off of an [original PR to Terraform](https://github.com/hashicorp/terraform/pull/13238).
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The provider is used to interact with the resources supported by
10
10
Elasticsearch/Opensearch. The provider needs to be configured with an endpoint
11
11
URL before it can be used.
12
12
13
-
AWS Opensearch Service domains and OpenSearch clusters deployed on Kubernetes and other infrastructure are supported[via compatibility mode](https://opensearch.org/docs/latest/clients/agents-and-ingestion-tools/index/).
13
+
AWS Opensearch Service domains and OpenSearch clusters deployed on Kubernetes and other infrastructure are supported.
14
14
15
15
Use the navigation to the left to read about the available resources.
0 commit comments