Skip to content

Commit fc31ee7

Browse files
Bump to terraform-helm-materialize v0.1.20
1 parent 961edbf commit fc31ee7

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

.terraform.lock.hcl

Lines changed: 26 additions & 26 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
@@ -185,7 +185,7 @@ No providers.
185185
| <a name="module_database"></a> [database](#module\_database) | ./modules/database | n/a |
186186
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
187187
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
188-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.19 |
188+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.20 |
189189
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
190190

191191
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ locals {
218218
}
219219

220220
module "operator" {
221-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.19"
221+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.20"
222222

223223
count = var.install_materialize_operator ? 1 : 0
224224

0 commit comments

Comments
 (0)