Skip to content

Commit 19db6d9

Browse files
Bump to terraform-helm-materialize v0.1.32
1 parent f0d9f9d commit 19db6d9

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

.terraform.lock.hcl

Lines changed: 19 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ No providers.
186186
| <a name="module_database"></a> [database](#module\_database) | ./modules/database | n/a |
187187
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
188188
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
189-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.31 |
189+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.32 |
190190
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
191191
| <a name="module_swap_nodepool"></a> [swap\_nodepool](#module\_swap\_nodepool) | ./modules/nodepool | n/a |
192192

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ locals {
246246
}
247247

248248
module "operator" {
249-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.31"
249+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.32"
250250

251251
count = var.install_materialize_operator ? 1 : 0
252252

0 commit comments

Comments
 (0)