scottslowe-learning-tools/terraform/aws/new-elasticache
2021-09-20 18:12:42 -07:00
..
main.tf added elasticache resource 2021-09-16 14:30:58 -07:00
output.tf added elasticache resource 2021-09-16 14:30:58 -07:00
readme.md added elasticache documentation 2021-09-20 18:12:42 -07:00
variables.tf added elasticache resource 2021-09-16 14:30:58 -07:00

AWS Elasticache

Provider Description
aws This code will create AWS Elasticache memcached and redis clusters

Resources

Name Type
aws_elasticache_cluster.demo_elasticache_memcached_cluster resource
aws_elasticache_cluster.demo_elasticache_redis_cluster resource

Inputs

Name Description Type Default Required
demo_elasticache_memcached_cluster_name AWS memcached elasticache cluster name string "" yes
demo_elasticache_redis_cluster_name AWS redis elasticache cluster name string "" yes

Outputs

Name Description
demo_elasticache_memcached_cluster_name output memcached elasticache cluster name
demo_elasticache_redis_cluster_name output redis elasticache cluster name