Skip to content

Commit a0cb4d6

Browse files
Bump to terraform-helm-materialize v0.1.25
1 parent 8f65a51 commit a0cb4d6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.terraform.lock.hcl

Lines changed: 3 additions & 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
@@ -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.24 |
189+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.25 |
190190
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
191191

192192
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ locals {
221221
}
222222

223223
module "operator" {
224-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.24"
224+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.25"
225225

226226
count = var.install_materialize_operator ? 1 : 0
227227

0 commit comments

Comments
 (0)