Skip to content

Commit d2f4b86

Browse files
author
manikanta-sadurla
committed
Merge pull request #2 from sourcefuse/feature/update-msk-connect
Feature/update msk connect
1 parent af52d1f commit d2f4b86

File tree

1 file changed

+5
-1
lines changed
  • docs/arc-iac-docs/modules/terraform-aws-arc-msk

1 file changed

+5
-1
lines changed

docs/arc-iac-docs/modules/terraform-aws-arc-msk/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ No resources.
216216
| <a name="input_create_worker_configuration"></a> [create\_worker\_configuration](#input\_create\_worker\_configuration) | Whether to create the worker configuration | `bool` | `false` | no |
217217
| <a name="input_encryption_type"></a> [encryption\_type](#input\_encryption\_type) | Encryption type (e.g., TLS, PLAINTEXT) | `string` | `""` | no |
218218
| <a name="input_enhanced_monitoring"></a> [enhanced\_monitoring](#input\_enhanced\_monitoring) | Specify the desired enhanced MSK CloudWatch monitoring level. Valid values: DEFAULT, PER\_BROKER, PER\_TOPIC\_PER\_BROKER, or PER\_TOPIC\_PER\_PARTITION | `string` | `"DEFAULT"` | no |
219+
| <a name="input_existing_plugin_arn"></a> [existing\_plugin\_arn](#input\_existing\_plugin\_arn) | ARN of an existing custom plugin (used when create\_custom\_plugin = false) | `string` | `null` | no |
220+
| <a name="input_existing_plugin_revision"></a> [existing\_plugin\_revision](#input\_existing\_plugin\_revision) | Revision of the existing custom plugin | `number` | `null` | no |
221+
| <a name="input_existing_worker_configuration_arn"></a> [existing\_worker\_configuration\_arn](#input\_existing\_worker\_configuration\_arn) | ARN of an existing MSK Connect worker configuration to use. Required if create\_worker\_configuration is false. | `string` | `null` | no |
222+
| <a name="input_existing_worker_configuration_revision"></a> [existing\_worker\_configuration\_revision](#input\_existing\_worker\_configuration\_revision) | Revision number of the existing MSK Connect worker configuration to use. Required if using an existing configuration. | `number` | `null` | no |
219223
| <a name="input_in_cluster_encryption"></a> [in\_cluster\_encryption](#input\_in\_cluster\_encryption) | Whether data communication among broker nodes is encrypted. Default is true | `bool` | `true` | no |
220224
| <a name="input_kafka_version"></a> [kafka\_version](#input\_kafka\_version) | Specify the desired Kafka software version | `string` | `"3.6.0"` | no |
221225
| <a name="input_kafkaconnect_version"></a> [kafkaconnect\_version](#input\_kafkaconnect\_version) | Version of Kafka Connect | `string` | `""` | no |
@@ -336,4 +340,4 @@ By specifying this , it will bump the version and if you don't specify this in y
336340
## Authors
337341

338342
This project is authored by:
339-
- SourceFuse ARC Team
343+
- SourceFuse ARC Team

0 commit comments

Comments
 (0)