Update changelog

This commit is contained in:
Mitchell Hashimoto 2014-09-30 13:30:15 -07:00
parent 09ce13d040
commit e3c7ccb1d7
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ BUG FIXES:
* core: Plugin loading from CWD works properly.
* providers/aws: autoscaling_group can be launched into a vpc [GH-259]
* providers/aws: not an error when RDS instance is deleted manually. [GH-307]
* providers/aws: add `internal` option for ELBs. [GH-303]
## 0.2.2 (September 9, 2014)

View File

@ -44,6 +44,7 @@ The following arguments are supported:
* `security_groups` - (Optional) A list of security group IDs to assign to the ELB.
* `subnets` - (Optional) A list of subnets to attach to the ELB.
* `instances` - (Optional) A list of instance ids to place in the ELB pool.
* `internal` - (Optional) If true, ELB will be an internal ELB.
* `listener` - (Required) A list of listener blocks. Listeners documented below.
* `health_check` - (Optional) A health_check block. Health Check documented below.