From 0a909f763fbfa45b3ca6f8a45aa738090d624fdc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 24 Jul 2014 08:53:18 -0700 Subject: [PATCH] website: getting started guide done --- .../getting-started/dependencies.html.md | 4 ++-- .../getting-started/next-steps.html.markdown | 24 +++++++------------ 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/website/source/intro/getting-started/dependencies.html.md b/website/source/intro/getting-started/dependencies.html.md index 583f5ed09..5d7c004f4 100644 --- a/website/source/intro/getting-started/dependencies.html.md +++ b/website/source/intro/getting-started/dependencies.html.md @@ -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. diff --git a/website/source/intro/getting-started/next-steps.html.markdown b/website/source/intro/getting-started/next-steps.html.markdown index cabed244f..bbbe55df4 100644 --- a/website/source/intro/getting-started/next-steps.html.markdown +++ b/website/source/intro/getting-started/next-steps.html.markdown @@ -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.