Skip to content

v0.41.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 23 Feb 11:40
6cf06ed
Add option to apply security groups to domain @bgottlob (#134)

what

  • Adds capability to attach existing security groups to ElasticSearch domain by setting var.create_security_group to false
  • 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_groups to be a list of security groups to be directly attached to the ElasticSearch domain

references