Skip to content

Commit f1c2122

Browse files
committed
Create separate compatibility and versioning matrix markdown
Signed-off-by: Rupa Lahiri <[email protected]>
1 parent 4cc087d commit f1c2122

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

COMPATIBILITY.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Compatibility with OpenSearch
2+
3+
This provider will target compatibility with major versions of OpenSearch, each major version of this provider corresponding to the major version of OpenSearch.
4+
5+
| OpenSearch provider version | OpenSearch version |
6+
| ----------- | --------- |
7+
| 1.x.x | 1.x.x |
8+
| 2.x.x | 2.x.x |

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@
1414
## Terraform Provider OpenSearch
1515
This is a terraform provider to provision OpenSearch resources.
1616

17-
### Compatibility
18-
19-
This provider will target compatibility with major versions of OpenSearch, each major version of this provider corresponding to the major version of OpenSearch.
20-
21-
| OpenSearch provider version | OpenSearch 1.x | OpenSearch 2.x |
22-
| ----------- | --------- | --------- |
23-
| 1.x | &check; | &cross; |
24-
| 2.x | &cross; | &check; |
25-
2617
### Supported Functionalities
2718

2819
Examples of resources can be found in the examples directory.

0 commit comments

Comments
 (0)