website: getting started guide done

This commit is contained in:
Mitchell Hashimoto 2014-07-24 08:53:18 -07:00
parent 86903eb18f
commit 0a909f763f
2 changed files with 10 additions and 18 deletions

View File

@ -161,5 +161,5 @@ In this page you were introduced to both multiple resources
as well as basic resource dependencies and resource attribute
interpolation.
Moving on, we'll parameterize our configuration for better
shareability and maintainability.
Moving on, we'll use provisioners to do some basic bootstrapping
of our launched instance.

View File

@ -6,24 +6,16 @@ sidebar_current: "gettingstarted-nextsteps"
# Next Steps
That concludes the getting started guide for Terraform. Hopefully you're able to
see that while Terraform is simple to use, it has a powerful set of features.
We've covered the basics for all of these features in this guide.
That concludes the getting started guide for Terraform. Hopefully
you're now able to not only see what Terraform is useful for, but
you're also able to put this knowledge to use to improve building
your own infrastructure.
Terraform is designed to be friendly to both the DevOps community and
application developers, making it perfect for modern, elastic infrastructures.
We've covered the basics for all of these features in this guide.
As a next step, the following resources are available:
* [Documentation](/docs/index.html) - The documentation is an in-depth reference
guide to all the features of Terraform, including technical details about the
internals of how Terraform operates.
* [Guides](/docs/guides/index.html) - This section provides various getting
started guides with Terraform, including how to bootstrap a new datacenter.
* [Examples](https://github.com/hashicorp/terraform/tree/master/demo) -
The work-in-progress examples folder within the GitHub
repository for Terraform contains functional examples of various use cases
of Terraform to help you get started with exactly what you need.
* [Documentation](/docs/index.html) - The documentation is an in-depth
reference guide to all the features of Terraform, including
technical details about the internals of how Terraform operates.