Skip to content

Commit 0ddee05

Browse files
Bump to terraform-helm-materialize v0.1.17
1 parent e64e65a commit 0ddee05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ These flags configure default limits for clusters, connections, and tables. You
128128

129129
| Name | Version |
130130
|------|---------|
131-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.97.0 |
131+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.100.0 |
132132

133133
## Modules
134134

@@ -140,7 +140,7 @@ These flags configure default limits for clusters, connections, and tables. You
140140
| <a name="module_eks"></a> [eks](#module\_eks) | ./modules/eks | n/a |
141141
| <a name="module_networking"></a> [networking](#module\_networking) | ./modules/networking | n/a |
142142
| <a name="module_nlb"></a> [nlb](#module\_nlb) | ./modules/nlb | n/a |
143-
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.16 |
143+
| <a name="module_operator"></a> [operator](#module\_operator) | github.com/MaterializeInc/terraform-helm-materialize | v0.1.17 |
144144
| <a name="module_storage"></a> [storage](#module\_storage) | ./modules/storage | n/a |
145145

146146
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module "certificates" {
128128
}
129129

130130
module "operator" {
131-
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.16"
131+
source = "github.com/MaterializeInc/terraform-helm-materialize?ref=v0.1.17"
132132

133133
count = var.install_materialize_operator ? 1 : 0
134134

0 commit comments

Comments
 (0)