Skip to content

Commit

Permalink
website: fix EIP VPC docs
Browse files Browse the repository at this point in the history
close #91
  • Loading branch information
pearkes committed Jul 29, 2014
1 parent 3535ae3 commit 6aeda8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/source/docs/providers/aws/r/eip.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ Provides an Elastic IP resource.

```
resource "aws_eip" "lb" {
instance = "${aws_instance.web.instance_id}"
instance = "${aws_instance.web.id}"
vpc = true
}
```

## Argument Reference

The following arguments are supported:

* `vpc` - (Optional) VPC ID
* `vpc` - (Optional) Boolean if the EIP is in a VPC or not.
* `instance` - (Optional) EC2 instance ID.

## Attributes Reference
Expand Down

0 comments on commit 6aeda8d

Please sign in to comment.