{"id":21639733,"url":"https://github.com/dasmeta/terraform-aws-msk","last_synced_at":"2026-04-20T11:01:44.048Z","repository":{"id":195716890,"uuid":"693500470","full_name":"dasmeta/terraform-aws-msk","owner":"dasmeta","description":"Terraform module for creating AWS MSK cluster","archived":false,"fork":false,"pushed_at":"2024-03-13T14:49:48.000Z","size":48,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T13:27:30.470Z","etag":null,"topics":["aws","cluster","module","msk","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"www.dasmeta.com","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dasmeta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-19T06:43:16.000Z","updated_at":"2023-10-13T11:18:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"98791bb9-a14b-4b75-b54b-23a926dd8a83","html_url":"https://github.com/dasmeta/terraform-aws-msk","commit_stats":null,"previous_names":["dasmeta/terraform-aws-msk"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dasmeta/terraform-aws-msk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-msk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-msk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-msk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-msk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasmeta","download_url":"https://codeload.github.com/dasmeta/terraform-aws-msk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasmeta%2Fterraform-aws-msk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32044291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T10:33:29.490Z","status":"ssl_error","status_checked_at":"2026-04-20T10:32:30.107Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cluster","module","msk","terraform","terraform-module"],"created_at":"2024-11-25T04:14:53.228Z","updated_at":"2026-04-20T11:01:44.041Z","avatar_url":"https://github.com/dasmeta.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-msk\n\n## Module create AWS MSK cluster with sasl/scram auth mechanism\n\n```hcl\nmodule \"this\" {\n  source = \"../../\"\n\n  name  = \"msk\"\n  kms_key_owner_username = \"dasmeta.julia\"\n  client_authentication = {\n    \"iam\" : false,\n    \"sasl\" : {\n      \"scram\" : true\n    },\n    \"tls\" : null,\n    \"unauthenticated\" : false\n  }\n\n  kafka_auth = {\n    username = \"username\",\n    password = \"password\"\n  }\n\n  vpc_id         = \"vpc-000000000000000\"\n  ingress_access = [\"10.0.0.0/16\"]\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.3.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 5.100.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_kafka\"\u003e\u003c/a\u003e [kafka](#module\\_kafka) | terraform-aws-modules/msk-kafka-cluster/aws | 2.1.0 |\n| \u003ca name=\"module_kms\"\u003e\u003c/a\u003e [kms](#module\\_kms) | terraform-aws-modules/kms/aws | 2.0.0 |\n| \u003ca name=\"module_secrets\"\u003e\u003c/a\u003e [secrets](#module\\_secrets) | dasmeta/modules/aws//modules/secret | 2.6.3 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_security_group.allow_kafka_connection](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group) | resource |\n| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |\n| [aws_iam_policy_document.kms_key_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n| [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) | data source |\n| [aws_subnets.private](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/subnets) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_broker_node_instance_type\"\u003e\u003c/a\u003e [broker\\_node\\_instance\\_type](#input\\_broker\\_node\\_instance\\_type) | A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster | `string` | `\"kafka.t3.small\"` | no |\n| \u003ca name=\"input_client_authentication\"\u003e\u003c/a\u003e [client\\_authentication](#input\\_client\\_authentication) | Configuration block for specifying a client authentication | `any` | `{}` | no |\n| \u003ca name=\"input_cloudwatch_logs_enabled\"\u003e\u003c/a\u003e [cloudwatch\\_logs\\_enabled](#input\\_cloudwatch\\_logs\\_enabled) | Indicates whether you want to enable or disable streaming broker logs to Cloudwatch Logs | `bool` | `true` | no |\n| \u003ca name=\"input_configuration_server_properties\"\u003e\u003c/a\u003e [configuration\\_server\\_properties](#input\\_configuration\\_server\\_properties) | Kafka broker `server.properties` entries for the MSK configuration revision.\u003cbr/\u003eFor clusters with only two brokers, for example:`\"transaction.state.log.replication.factor\" = \"2\"` and `\"transaction.state.log.min.isr\" = \"2\"`. | `map(string)` | `{}` | no |\n| \u003ca name=\"input_create_scram_secret_association\"\u003e\u003c/a\u003e [create\\_scram\\_secret\\_association](#input\\_create\\_scram\\_secret\\_association) | Determines whether to create SASL/SCRAM secret association | `bool` | `true` | no |\n| \u003ca name=\"input_enable_kms_key_rotation\"\u003e\u003c/a\u003e [enable\\_kms\\_key\\_rotation](#input\\_enable\\_kms\\_key\\_rotation) | KMS key rotation | `bool` | `true` | no |\n| \u003ca name=\"input_ingress_access\"\u003e\u003c/a\u003e [ingress\\_access](#input\\_ingress\\_access) | Use cidr for get access to connect kafka | `list(string)` | n/a | yes |\n| \u003ca name=\"input_kafka_auth\"\u003e\u003c/a\u003e [kafka\\_auth](#input\\_kafka\\_auth) | Credentials which is using for connect kafka | `any` | n/a | yes |\n| \u003ca name=\"input_kafka_version\"\u003e\u003c/a\u003e [kafka\\_version](#input\\_kafka\\_version) | Specify the desired Kafka software version | `string` | `\"3.4.0\"` | no |\n| \u003ca name=\"input_kms_key_owner_username\"\u003e\u003c/a\u003e [kms\\_key\\_owner\\_username](#input\\_kms\\_key\\_owner\\_username) | KMS key owner aws account username | `string` | n/a | yes |\n| \u003ca name=\"input_name\"\u003e\u003c/a\u003e [name](#input\\_name) | Kafka name | `string` | n/a | yes |\n| \u003ca name=\"input_number_of_broker_nodes\"\u003e\u003c/a\u003e [number\\_of\\_broker\\_nodes](#input\\_number\\_of\\_broker\\_nodes) | The desired total number of broker nodes in the kafka cluster. It must be a multiple of the number of specified client subnets | `number` | `1` | no |\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | The vpc where redis cluster will be created | `string` | n/a | yes |\n\n## Outputs\n\nNo outputs.\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmeta%2Fterraform-aws-msk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasmeta%2Fterraform-aws-msk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasmeta%2Fterraform-aws-msk/lists"}