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
| <aname="input_database_password"></a> [database\_password](#input\_database\_password)| Password for the database (should be provided via tfvars or environment variable) |`string`| n/a | yes |
153
153
| <aname="input_database_username"></a> [database\_username](#input\_database\_username)| Username for the database |`string`|`"materialize"`| no |
154
154
| <aname="input_db_allocated_storage"></a> [db\_allocated\_storage](#input\_db\_allocated\_storage)| Allocated storage for the RDS instance (in GB) |`number`|`20`| no |
155
-
| <aname="input_db_instance_class"></a> [db\_instance\_class](#input\_db\_instance\_class)| Instance class for the RDS instance|`string`|`"db.t3.large"`| no |
155
+
| <aname="input_db_instance_class"></a> [db\_instance\_class](#input\_db\_instance\_class)| Instance class for the RDS instance. This is used for concensus and metadata and is general not bottlnecked by memory or disk. Recomended instance family m7i, m6i, m7g, and m8g |`string`|`"db.m6i.large"`| no |
156
156
| <aname="input_db_max_allocated_storage"></a> [db\_max\_allocated\_storage](#input\_db\_max\_allocated\_storage)| Maximum storage for autoscaling (in GB) |`number`|`100`| no |
157
157
| <aname="input_db_multi_az"></a> [db\_multi\_az](#input\_db\_multi\_az)| Enable multi-AZ deployment for RDS |`bool`|`false`| no |
| <aname="input_operator_namespace"></a> [operator\_namespace](#input\_operator\_namespace)| Namespace for the Materialize operator |`string`|`"materialize"`| no |
186
186
| <aname="input_operator_version"></a> [operator\_version](#input\_operator\_version)| Version of the Materialize operator to install |`string`|`null`| no |
187
187
| <aname="input_orchestratord_version"></a> [orchestratord\_version](#input\_orchestratord\_version)| Version of the Materialize orchestrator to install |`string`|`null`| no |
188
-
| <aname="input_postgres_version"></a> [postgres\_version](#input\_postgres\_version)| Version of PostgreSQL to use |`string`|`"15"`| no |
188
+
| <aname="input_postgres_version"></a> [postgres\_version](#input\_postgres\_version)| Version of PostgreSQL to use |`string`|`"17"`| no |
189
189
| <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 |
190
190
| <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 |
191
191
| <aname="input_service_account_name"></a> [service\_account\_name](#input\_service\_account\_name)| Name of the service account |`string`|`"12345678-1234-1234-1234-123456789012"`| no |
0 commit comments