Merge pull request #4465 from jedineeper/b-fix-aws-eip-docs

update docs to reflect that the allocation ID is exported as the attribute 'id'
This commit is contained in:
James Nugent 2015-12-30 14:31:14 -05:00
commit cd32f23476
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ more information.
The following attributes are exported: The following attributes are exported:
* `id` - Contains the EIP allocation ID.
* `private_ip` - Contains the private IP address (if in VPC). * `private_ip` - Contains the private IP address (if in VPC).
* `public_ip` - Contains the public IP address. * `public_ip` - Contains the public IP address.
* `instance` - Contains the ID of the attached instance. * `instance` - Contains the ID of the attached instance.