From d4834091761ed00d1d2c2a1c8d9fd1fed6995015 Mon Sep 17 00:00:00 2001 From: Ben Wen Date: Tue, 16 Jun 2015 17:01:22 -0700 Subject: [PATCH] Getting Started: Added a Next Step upon finishing install. --- .../source/intro/getting-started/install.html.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/install.html.markdown b/website/source/intro/getting-started/install.html.markdown index 629e97a573..2392e35491 100644 --- a/website/source/intro/getting-started/install.html.markdown +++ b/website/source/intro/getting-started/install.html.markdown @@ -57,4 +57,10 @@ If you get an error that `terraform` could not be found, then your PATH environment variable was not setup properly. Please go back and ensure that your PATH variable contains the directory where Terraform was installed. -Otherwise, Terraform is installed and ready to go! +Otherwise, Terraform is installed and ready to go! Nice! + +## Next Step + +Time to [build infrastructure](/intro/getting-started/build.html) +using a minimal Terraform configuration file. You will be able to +examine Terraform's execution plan before you deploy it to AWS.