Terraform module to setup Elasticache
Name | Description | Type | Default | Required |
---|---|---|---|---|
cache_engine | Cache engine selector (only redis is available for now) | string | redis |
no |
cluster_name | Cache cluster name | string | example-cluster |
no |
cluster_port | The port number on which each of the cache nodes will accept connections | string | 6379 |
no |
engine_version | Version number of the cache engine to be used | string | 3.2.10 |
no |
module_enabled | Switch to enable/disable module | string | true |
no |
node_type | AWS Node type | string | cache.m4.large |
no |
parameter_group_name | Name of the parameter group to associate with this cache cluster | string | default.redis3.2 |
no |
security_group_ids | List of VPC Security Group IDs for the cache cluster | list | <list> |
no |
subnet_ids | List of VPC Subnet IDs for the cache subnet group | list | <list> |
no |
tags | description | map | <map> |
no |
Name | Description |
---|---|
cache_nodes | List of node objects including id, address, port and availability_zone. |