Updated changelog for [GH-350] (AWS ELB listener.ssl_certificate_id)

This commit is contained in:
Panagiotis Moustafellos 2014-10-02 05:30:30 +03:00
parent d01418270a
commit 175b10b90e
1 changed files with 3 additions and 2 deletions

View File

@ -28,8 +28,9 @@ IMPROVEMENTS:
* providers/aws: New resource `db_subnet_group`. [GH-295] * providers/aws: New resource `db_subnet_group`. [GH-295]
* providers/aws: Add `map_public_ip_on_launch` for subnets. [GH-285] * 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 `iam_instance_profile` for instances. [GH-319]
* providers/aws: add `internal` option for ELBs. [GH-303] * providers/aws: Add `internal` option for ELBs. [GH-303]
* providers/aws: add `self` option for security groups for ingress * 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] rules with self as source. [GH-303]
* providers/google: Support `target_tags` for firewalls. [GH-324] * providers/google: Support `target_tags` for firewalls. [GH-324]