From 379895931d62ad7ae071bea3e507a51fc15b4d2f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 May 2015 13:25:45 -0700 Subject: [PATCH] website: network interface for EIP --- website/source/docs/providers/aws/r/eip.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/providers/aws/r/eip.html.markdown b/website/source/docs/providers/aws/r/eip.html.markdown index d422f8110..dd44391be 100644 --- a/website/source/docs/providers/aws/r/eip.html.markdown +++ b/website/source/docs/providers/aws/r/eip.html.markdown @@ -25,6 +25,7 @@ The following arguments are supported: * `vpc` - (Optional) Boolean if the EIP is in a VPC or not. * `instance` - (Optional) EC2 instance ID. +* `network_interface` - (Optional) Network interface ID to associate with. ## Attributes Reference @@ -33,4 +34,5 @@ The following attributes are exported: * `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. +* `network_interface` - Contains the ID of the attached network interface.