document source_security_group_id for ELB

This commit is contained in:
clint shryock 2015-11-06 11:20:30 -06:00
parent c905bfef22
commit 83ae6fe410
1 changed files with 4 additions and 1 deletions

View File

@ -100,5 +100,8 @@ The following attributes are exported:
* `instances` - The list of instances in the ELB * `instances` - The list of instances in the ELB
* `source_security_group` - The name of the security group that you can use as * `source_security_group` - The name of the security group that you can use as
part of your inbound rules for your load balancer's back-end application part of your inbound rules for your load balancer's back-end application
instances. instances. Use this for Classic or Default VPC only.
* `source_security_group_id` - The ID of the security group that you can use as
part of your inbound rules for your load balancer's back-end application
instances. Only available on ELBs launch in a VPC.
* `zone_id` - The canonical hosted zone ID of the ELB (to be used in a Route 53 Alias record) * `zone_id` - The canonical hosted zone ID of the ELB (to be used in a Route 53 Alias record)