Skip to content

Commit

Permalink
docs: add version compatibility (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Xu <[email protected]>
  • Loading branch information
maxsxu authored Jul 28, 2023
1 parent 3d4ae82 commit cc29897
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ a [Terraform](https://www.terraform.io) provider for managing [Apache Pulsar](ht

- Run `make build-dev`, it will build the binary and copy it to the plugin directory automatically.

# Version Compatibility

The compatibility matrix from terraform-provider-pulsar to pulsar as shown below:

| | Min Version of Pulsar |
|--------|-----------------------|
| v0.2.x | pulsar 2.10.4 |
| v0.1.x | pulsar 2.8.x |

> Note: It's not strictly tested. Please report issues when you encounter any bugs.
# Using the Provider

## Configurations
Expand Down

0 comments on commit cc29897

Please sign in to comment.