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_create_connect_worker_configuration"></a> [create\_connect\_worker\_configuration](#input\_create\_connect\_worker\_configuration)| Determines whether to create connect worker configuration |`bool`|`false`| no |
198
197
| <aname="input_create_schema_registry"></a> [create\_schema\_registry](#input\_create\_schema\_registry)| Determines whether to create a Glue schema registry for managing Avro schemas for the cluster |`bool`|`true`| no |
199
198
| <aname="input_create_scram_secret_association"></a> [create\_scram\_secret\_association](#input\_create\_scram\_secret\_association)| Determines whether to create SASL/SCRAM secret association |`bool`|`false`| no |
200
-
| <aname="input_create_serverless_cluster"></a> [create\_serverless\_cluster](#input\_create\_serverless\_cluster)| Determine whether to create a serverless cluster |`bool`|`false`| no |
201
199
| <aname="input_enable_storage_autoscaling"></a> [enable\_storage\_autoscaling](#input\_enable\_storage\_autoscaling)| Determines whether autoscaling is enabled for storage |`bool`|`true`| no |
202
200
| <aname="input_encryption_at_rest_kms_key_arn"></a> [encryption\_at\_rest\_kms\_key\_arn](#input\_encryption\_at\_rest\_kms\_key\_arn)| You may specify a KMS key short ID or ARN (it will always output an ARN) to use for encrypting your data at rest. If no key is specified, an AWS managed KMS ('aws/msk' managed service) key will be used for encrypting the data at rest |`string`|`null`| no |
203
201
| <aname="input_encryption_in_transit_client_broker"></a> [encryption\_in\_transit\_client\_broker](#input\_encryption\_in\_transit\_client\_broker)| Encryption setting for data in transit between clients and brokers. Valid values: `TLS`, `TLS_PLAINTEXT`, and `PLAINTEXT`. Default value is `TLS`|`string`|`null`| no |
@@ -219,7 +217,6 @@ No modules.
219
217
| <aname="input_schema_registries"></a> [schema\_registries](#input\_schema\_registries)| A map of schema registries to be created |`map(any)`|`{}`| no |
220
218
| <aname="input_schemas"></a> [schemas](#input\_schemas)| A map schemas to be created within the schema registry |`map(any)`|`{}`| no |
221
219
| <aname="input_scram_secret_association_secret_arn_list"></a> [scram\_secret\_association\_secret\_arn\_list](#input\_scram\_secret\_association\_secret\_arn\_list)| List of AWS Secrets Manager secret ARNs to associate with SCRAM |`list(string)`|`[]`| no |
222
-
| <aname="input_serverless_vpc_config"></a> [serverless\_vpc\_config](#input\_serverless\_vpc\_config)| Serverless cluster VPC configurations |`any`|`{}`| no |
223
220
| <aname="input_storage_mode"></a> [storage\_mode](#input\_storage\_mode)| Controls storage mode for supported storage tiers. Valid values are: `LOCAL` or `TIERED`|`string`|`null`| no |
224
221
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resources created |`map(string)`|`{}`| no |
225
222
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Create, update, and delete timeout configurations for the cluster |`map(string)`|`{}`| no |
@@ -249,8 +246,6 @@ No modules.
249
246
| <aname="output_schema_registries"></a> [schema\_registries](#output\_schema\_registries)| A map of output attributes for the schema registries created |
250
247
| <aname="output_schemas"></a> [schemas](#output\_schemas)| A map of output attributes for the schemas created |
251
248
| <aname="output_scram_secret_association_id"></a> [scram\_secret\_association\_id](#output\_scram\_secret\_association\_id)| Amazon Resource Name (ARN) of the MSK cluster |
252
-
| <aname="output_serverless_arn"></a> [serverless\_arn](#output\_serverless\_arn)| The ARN of the serverless cluster |
253
-
| <aname="output_serverless_cluster_uuid"></a> [serverless\_cluster\_uuid](#output\_serverless\_cluster\_uuid)| UUID of the serverless cluster, for use in IAM policies |
254
249
| <aname="output_vpc_connections"></a> [vpc\_connections](#output\_vpc\_connections)| A map of output attributes for the VPC connections created |
255
250
| <aname="output_zookeeper_connect_string"></a> [zookeeper\_connect\_string](#output\_zookeeper\_connect\_string)| A comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster. The returned values are sorted alphabetically |
256
251
| <aname="output_zookeeper_connect_string_tls"></a> [zookeeper\_connect\_string\_tls](#output\_zookeeper\_connect\_string\_tls)| A comma separated list of one or more hostname:port pairs to use to connect to the Apache Zookeeper cluster via TLS. The returned values are sorted alphabetically |
0 commit comments