Skip to content

Commit a835e56

Browse files
Bump to terraform-helm-materialize v0.1.36
1 parent 9eff627 commit a835e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ These flags configure default limits for clusters, connections, and tables. You
109109
| <a name="module_materialize_node_group"></a> [materialize\_node\_group](#module\_materialize\_node\_group) | ./modules/eks-node-group | n/a |
110110
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
111111
| <a name="module_nlb"></a> [nlb](#module\_nlb) | ./modules/nlb | n/a |
112-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.35 |
112+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.36 |
113113
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
114114

115115
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ module "certificates" {
157157
}
158158

159159
module "operator" {
160-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.35"
160+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.36"
161161

162162
count = var.install_materialize_operator ? 1 : 0
163163

0 commit comments

Comments
 (0)