Skip to content

Commit 37d131b

Browse files
Bump to terraform-helm-materialize v0.1.73
1 parent df6ccca commit 37d131b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.terraform.lock.hcl

Lines changed: 1 addition & 0 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
@@ -67,7 +67,7 @@ No providers.
6767
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
6868
| <a name="module_materialize_nodepool"></a> [materialize\_nodepool](#module\_materialize\_nodepool) | ./modules/nodepool | n/a |
6969
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
70-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.72 |
70+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.73 |
7171
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
7272

7373
## 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.72"
119+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.73"
120120

121121
count = var.install_materialize_operator ? 1 : 0
122122

0 commit comments

Comments
 (0)