Skip to content

Commit a3457cd

Browse files
committed
Add forward compatibility disclaimer to README
1 parent 9cf95fe commit a3457cd

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@
33

44
Terraform module for deploying Materialize on AWS Cloud Platform with all required infrastructure components.
55

6-
> **Warning** This is provided on a best-effort basis and Materialize cannot offer support for this module.
7-
86
The module has been tested with:
7+
98
- PostgreSQL 15
109
- Materialize Helm Operator Terraform Module v0.1.8
1110

11+
> [!WARNING]
12+
> This module is provided on a best-effort basis and Materialize cannot offer support for it.
13+
>
14+
> It is not guaranteed to be forward-compatible and may include breaking changes in future versions.
15+
>
16+
> The module is intended for demonstration and evaluation purposes only, not for production use.
17+
>
18+
> Instead, consider forking this repository as a starting point for building your own production infrastructure.
19+
1220
## Providers Configuration
1321

1422
The module requires the following providers to be configured:

docs/header.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
Terraform module for deploying Materialize on AWS Cloud Platform with all required infrastructure components.
44

5-
> **Warning** This is provided on a best-effort basis and Materialize cannot offer support for this module.
6-
75
The module has been tested with:
6+
87
- PostgreSQL 15
98
- Materialize Helm Operator Terraform Module v0.1.8
109

10+
> [!WARNING]
11+
> This module is provided on a best-effort basis and Materialize cannot offer support for it.
12+
>
13+
> It is not guaranteed to be forward-compatible and may include breaking changes in future versions.
14+
>
15+
> The module is intended for demonstration and evaluation purposes only, not for production use.
16+
>
17+
> Instead, consider forking this repository as a starting point for building your own production infrastructure.
18+
1119
## Providers Configuration
1220

1321
The module requires the following providers to be configured:

0 commit comments

Comments
 (0)