terraform-aws-elasticsearch
terraform-aws-elasticsearch copied to clipboard
Add option to apply security groups to domain
what
- Adds capability to attach existing security groups to ElasticSearch domain by setting
var.create_security_grouptofalse - Preserves default behavior of creating a new security group with one rule for each item in
var.security_groups
why
- Some users expect
var.security_groupsto be a list of security groups to be directly attached to the ElasticSearch domain
references
- Resolves #62