From 42465ad14dc5e57fdea568c28bd70cc74c87d977 Mon Sep 17 00:00:00 2001 From: David Kinzer Date: Mon, 18 Aug 2014 14:15:03 -0400 Subject: [PATCH] Add elastic_ip config info to README. This is a README followup to mitchellh/vagrant-aws#65 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5a13d94..b4a4970b 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ This provider exposes quite a few provider-specific configuration options: with the instance * `subnet_id` - The subnet to boot the instance into, for VPC. * `associate_public_ip` - If true, will associate a public IP address to an instance in a VPC. +* `elastic_ip` - The allocation ID of the Elastic IP address. Only applicable to Elastic IP addresses used in a VPC. * `tags` - A hash of tags to set on the machine. * `use_iam_profile` - If true, will use [IAM profiles](http://docs.aws.amazon.com/IAM/latest/UserGuide/instance-profiles.html) for credentials.