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
|[kubernetes_resource.materialize_instances](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/data-sources/resource)| data source |
65
62
66
63
## Inputs
67
64
@@ -72,13 +69,10 @@ No modules.
72
69
| <aname="input_helm_repository"></a> [helm\_repository](#input\_helm\_repository)| Repository URL for the Materialize operator Helm chart. Leave empty if using local chart. |`string`|`"https://materializeinc.github.io/materialize/"`| no |
73
70
| <aname="input_helm_values"></a> [helm\_values](#input\_helm\_values)| Values to pass to the Helm chart |`any`| n/a | yes |
74
71
| <aname="input_install_metrics_server"></a> [install\_metrics\_server](#input\_install\_metrics\_server)| Whether to install the metrics-server |`bool`|`true`| no |
75
-
| <aname="input_install_openebs"></a> [install\_openebs](#input\_install\_openebs)| Whether to install OpenEBS for NVMe storage |`bool`|`false`| no |
| <aname="input_metrics_server_version"></a> [metrics\_server\_version](#input\_metrics\_server\_version)| Version of metrics-server to install |`string`|`"3.12.2"`| no |
78
74
| <aname="input_monitoring_namespace"></a> [monitoring\_namespace](#input\_monitoring\_namespace)| Namespace for monitoring resources |`string`|`"monitoring"`| no |
79
75
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Namespace prefix for all resources |`string`| n/a | yes |
80
-
| <aname="input_openebs_namespace"></a> [openebs\_namespace](#input\_openebs\_namespace)| Namespace for OpenEBS components |`string`|`"openebs"`| no |
81
-
| <aname="input_openebs_version"></a> [openebs\_version](#input\_openebs\_version)| Version of OpenEBS Helm chart to install |`string`|`"4.2.0"`| no |
82
76
| <aname="input_operator_namespace"></a> [operator\_namespace](#input\_operator\_namespace)| Namespace for the Materialize operator |`string`|`"materialize"`| no |
83
77
| <aname="input_operator_version"></a> [operator\_version](#input\_operator\_version)| Version of the Materialize operator to install |`string`|`"v25.1.2"`| no |
84
78
| <aname="input_postgres_version"></a> [postgres\_version](#input\_postgres\_version)| Postgres version to use for the metadata backend |`string`|`"15"`| no |
@@ -88,10 +82,7 @@ No modules.
88
82
89
83
| Name | Description |
90
84
|------|-------------|
91
-
| <aname="output_materialize_instance_resource_ids"></a> [materialize\_instance\_resource\_ids](#output\_materialize\_instance\_resource\_ids)| Resource IDs of created Materialize instances |
92
85
| <aname="output_materialize_instances"></a> [materialize\_instances](#output\_materialize\_instances)| Details of created Materialize instances |
93
-
| <aname="output_openebs_enabled"></a> [openebs\_enabled](#output\_openebs\_enabled)| Whether OpenEBS is enabled |
94
-
| <aname="output_openebs_namespace"></a> [openebs\_namespace](#output\_openebs\_namespace)| Namespace where OpenEBS is installed |
95
86
| <aname="output_operator_namespace"></a> [operator\_namespace](#output\_operator\_namespace)| Namespace where the operator is installed |
96
87
| <aname="output_operator_release_name"></a> [operator\_release\_name](#output\_operator\_release\_name)| Helm release name of the operator |
97
88
| <aname="output_operator_release_status"></a> [operator\_release\_status](#output\_operator\_release\_status)| Status of the helm release |
0 commit comments