website: network interface for EIP

This commit is contained in:
Mitchell Hashimoto 2015-05-05 13:25:45 -07:00
parent 7a22376742
commit 379895931d
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ The following arguments are supported:
* `vpc` - (Optional) Boolean if the EIP is in a VPC or not. * `vpc` - (Optional) Boolean if the EIP is in a VPC or not.
* `instance` - (Optional) EC2 instance ID. * `instance` - (Optional) EC2 instance ID.
* `network_interface` - (Optional) Network interface ID to associate with.
## Attributes Reference ## Attributes Reference
@ -33,4 +34,5 @@ The following attributes are exported:
* `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.
* `network_interface` - Contains the ID of the attached network interface.