github.com/adamar/terraform@v0.2.2-0.20141016210445-2e703afdad0e/website/source/intro/getting-started/next-steps.html.markdown (about) 1 --- 2 layout: "intro" 3 page_title: "Next Steps" 4 sidebar_current: "gettingstarted-nextsteps" 5 --- 6 7 # Next Steps 8 9 That concludes the getting started guide for Terraform. Hopefully 10 you're now able to not only see what Terraform is useful for, but 11 you're also able to put this knowledge to use to improve building 12 your own infrastructure. 13 14 We've covered the basics for all of these features in this guide. 15 16 As a next step, the following resources are available: 17 18 * [Documentation](/docs/index.html) - The documentation is an in-depth 19 reference guide to all the features of Terraform, including 20 technical details about the internals of how Terraform operates. 21 22 * [Examples](/intro/examples/index.html) - The examples have more full 23 featured configuration files, showing some of the possibilities 24 with Terraform. 25