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 as well as basic resource dependencies and resource attribute
interpolation. interpolation.
Moving on, we'll parameterize our configuration for better Moving on, we'll use provisioners to do some basic bootstrapping
shareability and maintainability. of our launched instance.

View File

@ -6,24 +6,16 @@ sidebar_current: "gettingstarted-nextsteps"
# Next Steps # Next Steps
That concludes the getting started guide for Terraform. Hopefully you're able to That concludes the getting started guide for Terraform. Hopefully
see that while Terraform is simple to use, it has a powerful set of features. you're now able to not only see what Terraform is useful for, but
We've covered the basics for all of these features in this guide. 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 We've covered the basics for all of these features in this guide.
application developers, making it perfect for modern, elastic infrastructures.
As a next step, the following resources are available: As a next step, the following resources are available:
* [Documentation](/docs/index.html) - The documentation is an in-depth reference * [Documentation](/docs/index.html) - The documentation is an in-depth
guide to all the features of Terraform, including technical details about the reference guide to all the features of Terraform, including
internals of how Terraform operates. 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.