{"id":26502147,"url":"https://github.com/wearetechnative/terraform-aws-elasticache","last_synced_at":"2026-04-13T15:34:42.973Z","repository":{"id":280833147,"uuid":"715588761","full_name":"wearetechnative/terraform-aws-elasticache","owner":"wearetechnative","description":"AWS Elasticache module for Terraform","archived":false,"fork":false,"pushed_at":"2025-12-02T11:23:20.000Z","size":176,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-05T07:59:45.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/wearetechnative.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-11-07T12:56:25.000Z","updated_at":"2025-12-02T11:23:24.000Z","dependencies_parsed_at":"2025-03-05T15:42:58.790Z","dependency_job_id":null,"html_url":"https://github.com/wearetechnative/terraform-aws-elasticache","commit_stats":null,"previous_names":["wearetechnative/terraform-aws-elasticache"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wearetechnative/terraform-aws-elasticache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearetechnative%2Fterraform-aws-elasticache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearetechnative%2Fterraform-aws-elasticache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearetechnative%2Fterraform-aws-elasticache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearetechnative%2Fterraform-aws-elasticache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wearetechnative","download_url":"https://codeload.github.com/wearetechnative/terraform-aws-elasticache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wearetechnative%2Fterraform-aws-elasticache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":[],"created_at":"2025-03-20T17:35:04.837Z","updated_at":"2026-04-13T15:34:42.951Z","avatar_url":"https://github.com/wearetechnative.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform AWS [terraform-aws-elasticache] ![](https://img.shields.io/github/actions/workflow/status/wearetechnative/terraform-aws-elasticache/tflint.yaml?style=plastic)\n\n\u003c!-- SHIELDS --\u003e\n\nThis module implements ...\n\n[![](we-are-technative.png)](https://www.technative.nl)\n\n## How does it work\n\n### First use after you clone this repository or when .pre-commit-config.yaml is updated\n\nRun `pre-commit install` to install any guardrails implemented using pre-commit.\n\nSee [pre-commit installation](https://pre-commit.com/#install) on how to install pre-commit.\n\n...\n\n## Usage\n\nTo use this module ...\n\n```hcl\n{\n  some_conf = \"might need explanation\"\n}\n```\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e=4.8.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_elasticache_cluster.elasticache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster) | resource |\n| [aws_elasticache_parameter_group.elasticache_parameters](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_parameter_group) | resource |\n| [aws_elasticache_replication_group.redis_replication_cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group) | resource |\n| [aws_elasticache_subnet_group.elasticache_subnet_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_subnet_group) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_additional_tags\"\u003e\u003c/a\u003e [additional\\_tags](#input\\_additional\\_tags) | Additional tags to be added to resources. | `map(string)` | `{}` | no |\n| \u003ca name=\"input_cluster_name\"\u003e\u003c/a\u003e [cluster\\_name](#input\\_cluster\\_name) | Cluster identifier. | `string` | n/a | yes |\n| \u003ca name=\"input_engine\"\u003e\u003c/a\u003e [engine](#input\\_engine) | Choose between redis or memcached engine types | `string` | n/a | yes |\n| \u003ca name=\"input_engine_version\"\u003e\u003c/a\u003e [engine\\_version](#input\\_engine\\_version) | Version number of the cache engine to be used. If not set, defaults to the latest version. | `string` | n/a | yes |\n| \u003ca name=\"input_multi_az_mode\"\u003e\u003c/a\u003e [multi\\_az\\_mode](#input\\_multi\\_az\\_mode) | Whether Redis nodes are created in a single AZ or created across multiple AZ. | `bool` | n/a | yes |\n| \u003ca name=\"input_node_type\"\u003e\u003c/a\u003e [node\\_type](#input\\_node\\_type) | The instance class used. | `string` | n/a | yes |\n| \u003ca name=\"input_num_cache_nodes\"\u003e\u003c/a\u003e [num\\_cache\\_nodes](#input\\_num\\_cache\\_nodes) | The initial number of cache nodes that the cache cluster will have. | `number` | `1` | no |\n| \u003ca name=\"input_parameter_group_family\"\u003e\u003c/a\u003e [parameter\\_group\\_family](#input\\_parameter\\_group\\_family) | Provide parameter group family | `string` | `\"redis6.x\"` | no |\n| \u003ca name=\"input_parameter_group_overrides\"\u003e\u003c/a\u003e [parameter\\_group\\_overrides](#input\\_parameter\\_group\\_overrides) | Optional map of user defined parameters. The map key is the parameter name. | `map(string)` | `{}` | no |\n| \u003ca name=\"input_preferred_cache_cluster_azs\"\u003e\u003c/a\u003e [preferred\\_cache\\_cluster\\_azs](#input\\_preferred\\_cache\\_cluster\\_azs) | Set prefered AZ's for the cache clusters | `list(string)` | n/a | yes |\n| \u003ca name=\"input_security_group_ids\"\u003e\u003c/a\u003e [security\\_group\\_ids](#input\\_security\\_group\\_ids) | Provide at least one security group to be associated with this instance. | `list(string)` | n/a | yes |\n| \u003ca name=\"input_subnet_ids\"\u003e\u003c/a\u003e [subnet\\_ids](#input\\_subnet\\_ids) | Required list of subnets to launch instances in. | `list(string)` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_elasticache_arn\"\u003e\u003c/a\u003e [elasticache\\_arn](#output\\_elasticache\\_arn) | n/a |\n| \u003ca name=\"output_elasticache_dns_address\"\u003e\u003c/a\u003e [elasticache\\_dns\\_address](#output\\_elasticache\\_dns\\_address) | n/a |\n| \u003ca name=\"output_memcached_config_endpoint\"\u003e\u003c/a\u003e [memcached\\_config\\_endpoint](#output\\_memcached\\_config\\_endpoint) | n/a |\n| \u003ca name=\"output_redis_primary_endpoint\"\u003e\u003c/a\u003e [redis\\_primary\\_endpoint](#output\\_redis\\_primary\\_endpoint) | n/a |\n| \u003ca name=\"output_redis_reader_endpoint\"\u003e\u003c/a\u003e [redis\\_reader\\_endpoint](#output\\_redis\\_reader\\_endpoint) | n/a |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearetechnative%2Fterraform-aws-elasticache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwearetechnative%2Fterraform-aws-elasticache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwearetechnative%2Fterraform-aws-elasticache/lists"}