cloudposse / terraform-aws-elasticache-redis

Terraform module to provision an ElastiCache Redis Cluster
https://cloudposse.com/accelerate
Apache License 2.0
141 stars 244 forks source link

There should be a possibility to use your own security group #48

Closed Narsilion closed 4 years ago

Narsilion commented 4 years ago

Hi,

Currently this module always creates a security group and there's no possibility to use my own (it is not allowed to create our own security groups in our organization).

Is it possible to add such option? I could easily overcome it by disabling the creation of it and changed in "aws_elasticache_replication_group" to use it from var.security_groups.