Skip to content

ToROxI/tf-module-aws-elasticache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-module-aws-elasticache

Terraform module to setup Elasticache

Inputs

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

Outputs

Name Description
cache_nodes List of node objects including id, address, port and availability_zone.

About

Terraform module to setup Elasticache

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages