Update changelog
This commit is contained in:
parent
09ce13d040
commit
e3c7ccb1d7
|
@ -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)
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue