Skip to content

Commit 1a993a0

Browse files
Bump to terraform-helm-materialize v0.1.16
1 parent cc4f29a commit 1a993a0

File tree

3 files changed

+44
-47
lines changed

3 files changed

+44
-47
lines changed

.terraform.lock.hcl

Lines changed: 42 additions & 45 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
@@ -170,7 +170,7 @@ No providers.
170170
| <a name="module_gke"></a> [gke](#module\_gke) | ./modules/gke | n/a |
171171
| <a name="module_load_balancers"></a> [load\_balancers](#module\_load\_balancers) | ./modules/load_balancers | n/a |
172172
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
173-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.15 |
173+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.16 |
174174
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
175175

176176
## 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.15"
116+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.16"
117117

118118
count = var.install_materialize_operator ? 1 : 0
119119

0 commit comments

Comments
 (0)