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
@@ -174,7 +175,7 @@ These flags configure default limits for clusters, connections, and tables. You
174
175
| <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 |
175
176
| <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 |
176
177
| <aname="input_db_multi_az"></a> [db\_multi\_az](#input\_db\_multi\_az)| Enable multi-AZ deployment for RDS |`bool`|`false`| no |
| <aname="input_enable_bucket_encryption"></a> [enable\_bucket\_encryption](#input\_enable\_bucket\_encryption)| Enable server-side encryption for the S3 bucket |`bool`|`true`| no |
179
180
| <aname="input_enable_bucket_versioning"></a> [enable\_bucket\_versioning](#input\_enable\_bucket\_versioning)| Enable versioning for the S3 bucket |`bool`|`true`| no |
180
181
| <aname="input_enable_cluster_creator_admin_permissions"></a> [enable\_cluster\_creator\_admin\_permissions](#input\_enable\_cluster\_creator\_admin\_permissions)| To add the current caller identity as an administrator |`bool`|`true`| no |
@@ -209,6 +210,7 @@ These flags configure default limits for clusters, connections, and tables. You
209
210
| <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 |
210
211
| <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 |
211
212
| <aname="input_single_nat_gateway"></a> [single\_nat\_gateway](#input\_single\_nat\_gateway)| Use a single NAT Gateway for all private subnets |`bool`|`false`| no |
213
+
| <aname="input_swap_enabled"></a> [swap\_enabled](#input\_swap\_enabled)| Enable swap for Materialize. When enabled, this configures swap on a new nodepool, and adds it to the clusterd node selectors. |`bool`|`false`| no |
212
214
| <aname="input_tags"></a> [tags](#input\_tags)| Default tags to apply to all resources |`map(string)`| <pre>{<br/> "Environment": "dev",<br/> "Project": "materialize",<br/> "Terraform": "true"<br/>}</pre> | no |
213
215
| <aname="input_use_local_chart"></a> [use\_local\_chart](#input\_use\_local\_chart)| Whether to use a local chart instead of one from a repository |`bool`|`false`| no |
214
216
| <aname="input_use_self_signed_cluster_issuer"></a> [use\_self\_signed\_cluster\_issuer](#input\_use\_self\_signed\_cluster\_issuer)| Whether to install and use a self-signed ClusterIssuer for TLS. To work around limitations in Terraform, this will be treated as `false` if no materialize instances are defined. |`bool`|`true`| no |
@@ -273,7 +275,6 @@ To use swap:
273
275
274
276
This will create a new node group configured for swap, and migrate your clusterd pods there.
0 commit comments