From fc39334b52ec1b3163eafbf85f3f6e861ed4606c Mon Sep 17 00:00:00 2001 From: Craig Marsden Date: Wed, 30 Dec 2015 17:50:22 +0000 Subject: [PATCH] update docs to reflect that the allocation ID is exported as the attribute 'id' --- website/source/docs/providers/aws/r/eip.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/eip.html.markdown b/website/source/docs/providers/aws/r/eip.html.markdown index dbc5410e2..3447228ed 100644 --- a/website/source/docs/providers/aws/r/eip.html.markdown +++ b/website/source/docs/providers/aws/r/eip.html.markdown @@ -36,6 +36,7 @@ more information. The following attributes are exported: +* `id` - Contains the EIP allocation ID. * `private_ip` - Contains the private IP address (if in VPC). * `public_ip` - Contains the public IP address. * `instance` - Contains the ID of the attached instance.