Skip to content

Commit 749978f

Browse files
committed
Bump for terraform-helm-materialize v0.1.12
1 parent fa9031a commit 749978f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Terraform module for deploying Materialize on AWS Cloud Platform with all requir
66
The module has been tested with:
77

88
- PostgreSQL 15
9-
- Materialize Helm Operator Terraform Module v0.1.8
9+
- Materialize Helm Operator Terraform Module v0.1.12
1010

1111
> [!WARNING]
1212
> This module is intended for demonstration/evaluation purposes as well as for serving as a template when building your own production deployment of Materialize.
@@ -122,7 +122,7 @@ disk_support_config = {
122122
| <a name="module_eks"></a> [eks](#module\_eks) | ./modules/eks | n/a |
123123
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
124124
| <a name="module_nlb"></a> [nlb](#module\_nlb) | ./modules/nlb | n/a |
125-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.11 |
125+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.12 |
126126
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
127127

128128
## Resources

docs/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Terraform module for deploying Materialize on AWS Cloud Platform with all requir
55
The module has been tested with:
66

77
- PostgreSQL 15
8-
- Materialize Helm Operator Terraform Module v0.1.8
8+
- Materialize Helm Operator Terraform Module v0.1.12
99

1010
> [!WARNING]
1111
> This module is intended for demonstration/evaluation purposes as well as for serving as a template when building your own production deployment of Materialize.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module "certificates" {
128128
}
129129

130130
module "operator" {
131-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.11"
131+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.12"
132132

133133
count = var.install_materialize_operator ? 1 : 0
134134

0 commit comments

Comments
 (0)