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

User Group Access Control List (instead of redis AUTH default) #124

Open nashpaz123 opened 3 years ago

nashpaz123 commented 3 years ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

For https://github.com/cloudposse/terraform-aws-elasticache-redis it would be great if there was a way to specify Access control option, and set User Group Access Control List in order to use users other than the default

Expected Behavior

creation of a redis cluster with Access control option = User Group Access Control List (where the user group and user have already been created)

Use Case

security

Describe Ideal Solution

add Access _control_option resource, which can be set to User Group Access Control List add User_Group_Access_Control_List resource set to a string (name of the list)

Alternatives Considered