Skip to content

Commit 12e86fa

Browse files
Bump to terraform-helm-materialize v0.1.59
1 parent d7a0d4a commit 12e86fa

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
<!-- BEGIN_TF_DOCS -->
2-
> [!WARNING]
3-
> This repository is DEPRECATED!
4-
>
5-
> We strongly recommend you migrate to [our new Terraform modules](https://github.com/MaterializeInc/materialize-terraform-self-managed) instead.
6-
>
7-
> While migration is not completely automated, we do have [examples and scripts](https://github.com/MaterializeInc/materialize-terraform-self-managed/tree/main/gcp/examples/migration) to help with the transition.
8-
92
# Materialize on Google Cloud Platform
103

114
Terraform module for deploying Materialize on Google Cloud Platform (GCP) with all required infrastructure components.
@@ -71,7 +64,7 @@ No providers.
7164
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
7265
| <a name="module_materialize_nodepool"></a> [materialize\_nodepool](#module\_materialize\_nodepool) | ./modules/nodepool | n/a |
7366
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
74-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.58 |
67+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.59 |
7568
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
7669

7770
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module "certificates" {
116116
}
117117

118118
module "operator" {
119-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.58"
119+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.59"
120120

121121
count = var.install_materialize_operator ? 1 : 0
122122

0 commit comments

Comments
 (0)