Skip to content

Commit

Permalink
MINOR: Add missing option for running vagrant-up.sh with AWS to vagra…
Browse files Browse the repository at this point in the history
…nt/README.md

Contrary to the previous explanation, a command example in
vagrant/README.md lacks the option to specify the aws provider.

Author: Kengo Seki <[email protected]>

Reviewers: Gwen Shapira

Closes apache#6702 from sekikn/add-missing-option
  • Loading branch information
sekikn authored and gwenshap committed May 10, 2019
1 parent c638235 commit 31859a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Next, configure parameters in `Vagrantfile.local`. A few are *required*:

Now start things up, but specify the aws provider:

$ vagrant/vagrant-up.sh
$ vagrant/vagrant-up.sh --aws

Your instances should get tagged with a name including your hostname to make
them identifiable and make it easier to track instances in the AWS management
Expand Down

0 comments on commit 31859a4

Please sign in to comment.