Skip to content

Commit 0004cdd

Browse files
author
Buildkite
committed
Bump to terraform-helm-materialize v0.1.35
1 parent 5597624 commit 0004cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.34 |
189+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.35 |
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.34"
249+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.35"
250250

251251
count = var.install_materialize_operator ? 1 : 0
252252

0 commit comments

Comments
 (0)