You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +76,7 @@ The module has been tested with:
76
76
| <aname="input_install_metrics_server"></a> [install\_metrics\_server](#input\_install\_metrics\_server)| Whether to install the metrics-server for the Materialize Console |`bool`|`true`| no |
77
77
| <aname="input_kubernetes_namespace"></a> [kubernetes\_namespace](#input\_kubernetes\_namespace)| The Kubernetes namespace for the Materialize resources |`string`|`"materialize-environment"`| no |
78
78
| <aname="input_log_group_name_prefix"></a> [log\_group\_name\_prefix](#input\_log\_group\_name\_prefix)| Prefix for the CloudWatch log group name (will be combined with environment name) |`string`|`"materialize"`| no |
| <aname="input_metrics_retention_days"></a> [metrics\_retention\_days](#input\_metrics\_retention\_days)| Number of days to retain CloudWatch metrics |`number`|`7`| no |
81
81
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Namespace for all resources, usually the organization or project name |`string`| n/a | yes |
82
82
| <aname="input_network_id"></a> [network\_id](#input\_network\_id)| The ID of the VPC in which resources will be deployed. Only used if create\_vpc is false. |`string`|`""`| no |
@@ -89,7 +89,7 @@ The module has been tested with:
89
89
| <aname="input_node_group_min_size"></a> [node\_group\_min\_size](#input\_node\_group\_min\_size)| Minimum number of worker nodes |`number`|`1`| no |
90
90
| <aname="input_operator_namespace"></a> [operator\_namespace](#input\_operator\_namespace)| Namespace for the Materialize operator |`string`|`"materialize"`| no |
91
91
| <aname="input_operator_version"></a> [operator\_version](#input\_operator\_version)| Version of the Materialize operator to install |`string`|`null`| no |
92
-
| <aname="input_orchestratord_version"></a> [orchestratord\_version](#input\_orchestratord\_version)| Version of the Materialize orchestrator to install |`string`|`"v0.130.1"`| no |
92
+
| <aname="input_orchestratord_version"></a> [orchestratord\_version](#input\_orchestratord\_version)| Version of the Materialize orchestrator to install |`string`|`"v0.130.4"`| no |
93
93
| <aname="input_postgres_version"></a> [postgres\_version](#input\_postgres\_version)| Version of PostgreSQL to use |`string`|`"15"`| no |
94
94
| <aname="input_private_subnet_cidrs"></a> [private\_subnet\_cidrs](#input\_private\_subnet\_cidrs)| CIDR blocks for private subnets |`list(string)`| <pre>[<br/> "10.0.1.0/24",<br/> "10.0.2.0/24",<br/> "10.0.3.0/24"<br/>]</pre> | no |
95
95
| <aname="input_public_subnet_cidrs"></a> [public\_subnet\_cidrs](#input\_public\_subnet\_cidrs)| CIDR blocks for public subnets |`list(string)`| <pre>[<br/> "10.0.101.0/24",<br/> "10.0.102.0/24",<br/> "10.0.103.0/24"<br/>]</pre> | no |
0 commit comments