From b1f14087e52fc5f6058c7be5b07a1f7a72682112 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 13 May 2019 14:25:00 -0700 Subject: [PATCH] Replace AWS provider in getting started guide with Hyper-V The vagrant-aws provider doesn't really make sense anymore to be mentioned in the getting started guide for providers. Instead, replace it with the Hyper-V provider. --- website/source/intro/getting-started/providers.html.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/website/source/intro/getting-started/providers.html.md b/website/source/intro/getting-started/providers.html.md index cf9cc7d89..e766a171a 100644 --- a/website/source/intro/getting-started/providers.html.md +++ b/website/source/intro/getting-started/providers.html.md @@ -5,7 +5,7 @@ sidebar_current: "gettingstarted-providers" description: |- In this getting started guide, your project was always backed with VirtualBox. But Vagrant can work with a wide variety of backend providers, such as VMware, - AWS, and more. Read the page of each provider for more information on how to + Hyper-V, and more. Read the page of each provider for more information on how to set them up. --- @@ -14,7 +14,7 @@ description: |- In this getting started guide, your project was always backed with [VirtualBox](https://www.virtualbox.org). But Vagrant can work with a wide variety of backend providers, such as [VMware](/docs/vmware/), -[AWS](https://github.com/mitchellh/vagrant-aws), and more. Read the page +[Hyper-V](/docs/hyperv), and more. Read the page of each provider for more information on how to set them up. Once you have a provider installed, you do not need to make any modifications @@ -25,12 +25,6 @@ Vagrant will do the rest: $ vagrant up --provider=vmware_fusion ``` -Ready to move that to the cloud? Take it to AWS: - -``` -$ vagrant up --provider=aws -``` - Once you run `vagrant up` with another provider, every other Vagrant command does not need to be told what provider to use. Vagrant can automatically figure it out. So when you are ready to SSH or destroy or anything else,