Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Commit fd3bd17

Browse files
Bump to terraform-helm-materialize v0.1.69
1 parent 5c138e4 commit fd3bd17

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.terraform.lock.hcl

Lines changed: 13 additions & 13 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
@@ -139,7 +139,7 @@ No providers.
139139
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
140140
| <a name="module_materialize_nodepool"></a> [materialize\_nodepool](#module\_materialize\_nodepool) | ./modules/nodepool | n/a |
141141
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
142-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.68 |
142+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.69 |
143143
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
144144

145145
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ locals {
223223
}
224224

225225
module "operator" {
226-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.68"
226+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.69"
227227

228228
count = var.install_materialize_operator ? 1 : 0
229229

0 commit comments

Comments
 (0)