From 175b10b90e3c9bb168c27b7023fb251306ccd648 Mon Sep 17 00:00:00 2001 From: Panagiotis Moustafellos Date: Thu, 2 Oct 2014 05:30:30 +0300 Subject: [PATCH] Updated changelog for [GH-350] (AWS ELB listener.ssl_certificate_id) --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7062138..23fc30245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,9 @@ IMPROVEMENTS: * providers/aws: New resource `db_subnet_group`. [GH-295] * providers/aws: Add `map_public_ip_on_launch` for subnets. [GH-285] * providers/aws: Add `iam_instance_profile` for instances. [GH-319] - * providers/aws: add `internal` option for ELBs. [GH-303] - * providers/aws: add `self` option for security groups for ingress + * providers/aws: Add `internal` option for ELBs. [GH-303] + * providers/aws: Add `ssl_certificate_id` for ELB listeners. [GH-350] + * providers/aws: Add `self` option for security groups for ingress rules with self as source. [GH-303] * providers/google: Support `target_tags` for firewalls. [GH-324]