terraform-aws-elasticache-redis icon indicating copy to clipboard operation
terraform-aws-elasticache-redis copied to clipboard

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

Open nashpaz123 opened this issue 4 years ago • 0 comments
trafficstars

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

nashpaz123 avatar Jun 30 '21 08:06 nashpaz123