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_helm_chart"></a> [helm\_chart](#input\_helm\_chart)| Chart name from repository or local path to chart. For local charts, set the path to the chart directory. |`string`|`"materialize-operator"`| no |
120
122
| <aname="input_helm_values"></a> [helm\_values](#input\_helm\_values)| Additional Helm values to merge with defaults |`any`|`{}`| no |
123
+
| <aname="input_install_aws_load_balancer_controller"></a> [install\_aws\_load\_balancer\_controller](#input\_install\_aws\_load\_balancer\_controller)| Whether to install the AWS Load Balancer Controller |`bool`|`true`| no |
121
124
| <aname="input_install_materialize_operator"></a> [install\_materialize\_operator](#input\_install\_materialize\_operator)| Whether to install the Materialize operator |`bool`|`true`| no |
122
125
| <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 |
123
126
| <aname="input_kubernetes_namespace"></a> [kubernetes\_namespace](#input\_kubernetes\_namespace)| The Kubernetes namespace for the Materialize resources |`string`|`"materialize-environment"`| no |
124
127
| <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 |
127
130
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Namespace for all resources, usually the organization or project name |`string`| n/a | yes |
128
131
| <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 |
129
132
| <aname="input_network_private_subnet_ids"></a> [network\_private\_subnet\_ids](#input\_network\_private\_subnet\_ids)| A list of private subnet IDs in the VPC. Only used if create\_vpc is false. |`list(string)`|`[]`| no |
133
+
| <aname="input_network_public_subnet_ids"></a> [network\_public\_subnet\_ids](#input\_network\_public\_subnet\_ids)| A list of public subnet IDs in the VPC. Only used if create\_vpc is false. |`list(string)`|`[]`| no |
130
134
| <aname="input_node_group_ami_type"></a> [node\_group\_ami\_type](#input\_node\_group\_ami\_type)| AMI type for the node group |`string`|`"AL2023_ARM_64_STANDARD"`| no |
131
135
| <aname="input_node_group_capacity_type"></a> [node\_group\_capacity\_type](#input\_node\_group\_capacity\_type)| Capacity type for worker nodes (ON\_DEMAND or SPOT) |`string`|`"ON_DEMAND"`| no |
132
136
| <aname="input_node_group_desired_size"></a> [node\_group\_desired\_size](#input\_node\_group\_desired\_size)| Desired number of worker nodes |`number`|`2`| no |
| <aname="output_cluster_certificate_authority_data"></a> [cluster\_certificate\_authority\_data](#output\_cluster\_certificate\_authority\_data)| Base64 encoded certificate data required to communicate with the cluster |
157
+
| <aname="output_cluster_oidc_issuer_url"></a> [cluster\_oidc\_issuer\_url](#output\_cluster\_oidc\_issuer\_url)| The URL on the EKS cluster for the OpenID Connect identity provider |
| <aname="output_oidc_provider_arn"></a> [oidc\_provider\_arn](#output\_oidc\_provider\_arn)| The ARN of the OIDC Provider |
159
164
| <aname="output_operator_details"></a> [operator\_details](#output\_operator\_details)| Details of the installed Materialize operator |
160
165
| <aname="output_persist_backend_url"></a> [persist\_backend\_url](#output\_persist\_backend\_url)| S3 connection URL in the format required by Materialize using IRSA |
166
+
| <aname="output_private_subnet_ids"></a> [private\_subnet\_ids](#output\_private\_subnet\_ids)| List of private subnet IDs |
167
+
| <aname="output_public_subnet_ids"></a> [public\_subnet\_ids](#output\_public\_subnet\_ids)| List of public subnet IDs |
161
168
| <aname="output_s3_bucket_name"></a> [s3\_bucket\_name](#output\_s3\_bucket\_name)| Name of the S3 bucket |
162
169
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| VPC ID |
0 commit comments