Getting Started: Added a Next Step upon finishing install.

This commit is contained in:
Ben Wen 2015-06-16 17:01:22 -07:00
parent 071db417fe
commit d483409176
1 changed files with 7 additions and 1 deletions

View File

@ -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.