Skip to content

Commit 32fe661

Browse files
Bump to terraform-helm-materialize v0.1.27
1 parent 8966d45 commit 32fe661

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.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
@@ -171,7 +171,7 @@ No providers.
171171
| <a name="module_gke"></a> [gke](#module\_gke) | ./modules/gke | n/a |
172172
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
173173
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
174-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.26 |
174+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.27 |
175175
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
176176

177177
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module "certificates" {
113113
}
114114

115115
module "operator" {
116-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.26"
116+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.27"
117117

118118
count = var.install_materialize_operator ? 1 : 0
119119

0 commit comments

Comments
 (0)