Skip to content

Commit 66d08ba

Browse files
Bump to terraform-helm-materialize v0.1.28
1 parent 65eff11 commit 66d08ba

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.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
@@ -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.27 |
189+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.28 |
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.27"
224+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.28"
225225

226226
count = var.install_materialize_operator ? 1 : 0
227227

0 commit comments

Comments
 (0)