Skip to content

Commit 0a909f7

Browse files
committed
website: getting started guide done
1 parent 86903eb commit 0a909f7

2 files changed

Lines changed: 10 additions & 18 deletions

File tree

website/source/intro/getting-started/dependencies.html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,5 +161,5 @@ In this page you were introduced to both multiple resources
161161
as well as basic resource dependencies and resource attribute
162162
interpolation.
163163

164-
Moving on, we'll parameterize our configuration for better
165-
shareability and maintainability.
164+
Moving on, we'll use provisioners to do some basic bootstrapping
165+
of our launched instance.

website/source/intro/getting-started/next-steps.html.markdown

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,16 @@ sidebar_current: "gettingstarted-nextsteps"
66

77
# Next Steps
88

9-
That concludes the getting started guide for Terraform. Hopefully you're able to
10-
see that while Terraform is simple to use, it has a powerful set of features.
11-
We've covered the basics for all of these features in this guide.
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.
1213

13-
Terraform is designed to be friendly to both the DevOps community and
14-
application developers, making it perfect for modern, elastic infrastructures.
14+
We've covered the basics for all of these features in this guide.
1515

1616
As a next step, the following resources are available:
1717

18-
* [Documentation](/docs/index.html) - The documentation is an in-depth reference
19-
guide to all the features of Terraform, including technical details about the
20-
internals of how Terraform operates.
21-
22-
* [Guides](/docs/guides/index.html) - This section provides various getting
23-
started guides with Terraform, including how to bootstrap a new datacenter.
24-
25-
* [Examples](https://github.com/hashicorp/terraform/tree/master/demo) -
26-
The work-in-progress examples folder within the GitHub
27-
repository for Terraform contains functional examples of various use cases
28-
of Terraform to help you get started with exactly what you need.
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.
2921

0 commit comments

Comments
 (0)