- [Terraform Provider OpenSearch](#Terraform-Provider-OpenSearch) - [Compatibility](#compatibility) - [Version and Branching](#version-and-branching) - [Contributing](#contributing) - [Maintainer Responsibilities](MAINTAINERS.md) - [Getting Help](#getting-help) - [Code of Conduct](#code-of-conduct) - [Security](#security) - [License](#license) - [Copyright](#copyright) ## Terraform Provider OpenSearch This is a terraform provider to provision OpenSearch resources. ### Compatibility This provider will target compatibility with major versions of Opensearch, each major version of this provider corresponding to the major version of Opensearch. | Opensearch version | Supported | | ----------- | --------- | | 1.x | :white_check_mark: | | 2.x | :x: | ## Version and Branching As of now, this terraform-provider-opensearch repository maintains 2 branches: * _main_ (2.x.x OpenSearch development) * _1.x_ (1.x.x OpenSearch development) Contributors should choose the corresponding branch(es) when commiting their change(s): * If you have a change for a specific version, only open PR to specific branch * If you have a change for all available versions, first open a PR on `main`, then open a backport PR with `[x]` in the title, with label `backport 1.x`, etc. ## Contributing See [developer guide](DEVELOPER_GUIDE.md) and [how to contribute to this project](CONTRIBUTING.md). ## Getting Help If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository. For more information, see [project website](https://opensearch.org/) and [documentation](https://opensearch.org/docs/latest/). If you need help and are unsure where to open an issue, try [forums](https://discuss.opendistrocommunity.dev/). ## Code of Conduct This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) with any additional questions or comments. ## Security If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue. ## License This project is licensed under the [Apache v2.0 License](LICENSE.txt). ## Copyright Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.