Skip to content

Commit

Permalink
document limitation of instance id / network interface id
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Oct 8, 2015
1 parent c68d9c4 commit 9d973f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/source/docs/providers/aws/r/eip.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ The following arguments are supported:
* `instance` - (Optional) EC2 instance ID.
* `network_interface` - (Optional) Network interface ID to associate with.

~> **NOTE:** You can specify either the `instance` ID or the `network_interface` ID,
but not both. Including both will **not** return an error from the AWS API, but will
have undefined behavior. See the relevant [AssociateAddress API Call][1] for
more information.

## Attributes Reference

The following attributes are exported:
Expand All @@ -36,3 +41,5 @@ The following attributes are exported:
* `instance` - Contains the ID of the attached instance.
* `network_interface` - Contains the ID of the attached network interface.


[1]: http://docs.aws.amazon.com/fr_fr/AWSEC2/latest/APIReference/API_AssociateAddress.html

0 comments on commit 9d973f1

Please sign in to comment.