Skip to content

CMS-Enterprise/batcave-tf-redis

Repository files navigation

batcave-tf-redis

Requirements

Name Version
terraform >= 1.2
aws >= 4.61.0

Providers

Name Version
aws >= 4.61.0

Modules

No modules.

Resources

Name Type
aws_elasticache_cluster.redis resource
aws_subnet.private resource

Inputs

Name Description Type Default Required
cluster_id n/a string "" no
engine n/a string "" no
engine_version n/a string "" no
node_type n/a string "cache.m4.large" no
num_cache_nodes n/a number 1 no
parameter_group_name n/a string "" no
port n/a number 6379 no
security_group_ids n/a list(string) [] no
snapshot_retention_limit The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, then a snapshot that was taken today will be retained for 5 days before being deleted. number 7 no
tags n/a map(string)
{
"Owner": "Batcave"
}
no
vpc_id n/a string n/a yes

Outputs

No outputs.