Skip to content

Commit e5053c9

Browse files
authored
chore: bump terraform-helm-materialize to v0.1.13
Signed-off-by: GitHub <[email protected]>
1 parent 3db7f52 commit e5053c9

File tree

3 files changed

+59
-61
lines changed

3 files changed

+59
-61
lines changed

.terraform.lock.hcl

Lines changed: 57 additions & 59 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
@@ -142,7 +142,7 @@ No providers.
142142
| <a name="module_database"></a> [database](#module\_database) | ./modules/database | n/a |
143143
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
144144
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
145-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.12 |
145+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.13 |
146146
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
147147

148148
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ locals {
212212
}
213213

214214
module "operator" {
215-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.12"
215+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.13"
216216

217217
count = var.install_materialize_operator ? 1 : 0
218218

0 commit comments

Comments
 (0)