aws-sre-redis-cluster icon indicating copy to clipboard operation
aws-sre-redis-cluster copied to clipboard

Feature Request: prefix

Open msfidelis opened this issue 4 years ago • 0 comments

Enable support for prefix list creation on cluster security group

 egress = [
    {
      from_port       = 0
      to_port         = 0
      protocol        = "-1"
      prefix_list_ids = [ aws_vpc_endpoint.my_endpoint.prefix_list_id ]
    }
  ]

Reference: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group#prefix_list_ids

msfidelis avatar Sep 19 '21 23:09 msfidelis