{"id":21513104,"url":"https://github.com/turnerlabs/terraform-aws-elasticache-redis","last_synced_at":"2025-04-09T18:51:56.362Z","repository":{"id":52680556,"uuid":"56347889","full_name":"turnerlabs/terraform-aws-elasticache-redis","owner":"turnerlabs","description":"A Terraform module to create an Amazon Web Services (AWS) Redis ElastiCache cluster","archived":false,"fork":false,"pushed_at":"2022-08-10T19:21:55.000Z","size":16,"stargazers_count":24,"open_issues_count":0,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-23T20:51:15.444Z","etag":null,"topics":["aws","elasticache","redis","terraform"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turnerlabs.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}},"created_at":"2016-04-15T20:28:31.000Z","updated_at":"2024-05-16T20:45:12.000Z","dependencies_parsed_at":"2022-08-22T05:21:09.076Z","dependency_job_id":null,"html_url":"https://github.com/turnerlabs/terraform-aws-elasticache-redis","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turnerlabs%2Fterraform-aws-elasticache-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turnerlabs%2Fterraform-aws-elasticache-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turnerlabs%2Fterraform-aws-elasticache-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turnerlabs%2Fterraform-aws-elasticache-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turnerlabs","download_url":"https://codeload.github.com/turnerlabs/terraform-aws-elasticache-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248092716,"owners_count":21046538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","elasticache","redis","terraform"],"created_at":"2024-11-23T22:53:34.477Z","updated_at":"2025-04-09T18:51:56.323Z","avatar_url":"https://github.com/turnerlabs.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-elasticache-redis\n\nA Terraform module that represents an AWS ElastiCache Redis cluster.  Note that a default security group is created and outputted that can be extended.  See basic example usage below and more examples [here](/examples).\n\n### Usage\n\n```terraform\nprovider \"aws\" {\n  region = \"us-east-1\"\n}\n\nmodule \"elasticache_redis\" {\n  source = \"github.com/turnerlabs/terraform-aws-elasticache-redis?ref=v2.2\"\n\n  cluster_id         = \"myteam-myapp-dev\"\n  engine_version     = \"6.2\"\n  instance_type      = \"cache.t3.micro\"\n  maintenance_window = \"sun:05:00-sun:06:00\"\n  parameter_group_name = \"default.redis6.x\"\n  vpc_id             = \"vpc-d070efb3\"\n  private_subnet_ids = \"subnet-020d8b59,subnet-13f50b64\"\n\n  tag_name          = \"myteam-myapp-dev\"\n  tag_team          = \"my-team\"\n  tag_contact-email = \"my-team@turner.com\"\n  tag_application   = \"my-app\"\n  tag_environment   = \"dev\"\n  tag_customer      = \"my-customer\"\n}\n```\n\n### Variables\n\n- `cluster_id` - ID of the cluster\n- `vpc_id` - ID of VPC meant to house the cache\n- `private_subnet_ids` - Comma delimited list of private subnet IDs\n- `engine_version` - Cache engine version (default: `2.8.24`)\n- `instance_type` - Instance type for cache instance (default: `cache.m3.medium`)\n- `maintenance_window` - 60 minute time window to reserve for maintenance\n  (default: `sun:05:00-sun:06:00`)\n- `parameter_group_name` - Name of the parameter group to associate with this cache cluster (default: `default.redis2.8`)\n- `tag_name`\n- `tag_environment`\n- `tag_team`\n- `tag_application`\n- `tag_customer`\n- `tag_contact-email`\n\n\n### Outputs\n\n- `cache_security_group_id` - Security group ID of the cache cluster\n- `hostname` - Public DNS name of cache node\n- `port` - Port of cache instance\n- `endpoint` - Public DNS name and port separated by a `:`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturnerlabs%2Fterraform-aws-elasticache-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturnerlabs%2Fterraform-aws-elasticache-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturnerlabs%2Fterraform-aws-elasticache-redis/lists"}