From 37add8c73ac80e88f94b0bbc6c48acc301908f3e Mon Sep 17 00:00:00 2001 From: Brandon Schlueter Date: Wed, 16 Dec 2015 01:38:46 -0500 Subject: [PATCH] Add documentation of endpoint option This currently undocumented option would be very useful to anyone looking to use Vagrant to interact with an AWS-like service, such as eucalyptus. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62a5e936..f9df90ad 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ This provider exposes quite a few provider-specific configuration options: * `unregister_elb_from_az` - Removes the ELB from the AZ on removal of the last instance if true (default). In non default VPC this has to be false. * `terminate_on_shutdown` - Indicates whether an instance stops or terminates when you initiate shutdown from the instance. +* `endpoint` - The endpoint URL for connecting to AWS (or an AWS-like service). Only required for non AWS clouds, such as [eucalyptus](https://github.com/eucalyptus/eucalyptus/wiki). These can be set like typical provider-specific configuration: