From c6bf21baf0c43ddd4cafb325b319428b5b9c0218 Mon Sep 17 00:00:00 2001 From: Alan LaMielle Date: Sat, 22 Nov 2014 17:55:20 -0800 Subject: [PATCH 1/2] Update variables.html.md Fixes typo: s/anythiing/anything --- website/source/intro/getting-started/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/variables.html.md b/website/source/intro/getting-started/variables.html.md index e0c3855097..e1f779c8bc 100644 --- a/website/source/intro/getting-started/variables.html.md +++ b/website/source/intro/getting-started/variables.html.md @@ -56,7 +56,7 @@ the AWS provider with the given variables. There are three ways to assign variables. First, if you execute `terraform plan` or apply without doing -anythiing, Terraform will ask you to input the variables interactively. +anything, Terraform will ask you to input the variables interactively. These variables are not saved, but provides a nice user experience for getting started with Terraform. From 3488afa6ae7efb6d88e400973c5a5b10dbff695d Mon Sep 17 00:00:00 2001 From: Alan LaMielle Date: Sat, 22 Nov 2014 21:09:39 -0800 Subject: [PATCH 2/2] Update consul.html.markdown Fixes typo: s/features/feature --- website/source/intro/examples/consul.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/examples/consul.html.markdown b/website/source/intro/examples/consul.html.markdown index 0f00f1b251..56e7086037 100644 --- a/website/source/intro/examples/consul.html.markdown +++ b/website/source/intro/examples/consul.html.markdown @@ -51,7 +51,7 @@ infrastructure to be decoupled from its overall architecture. This enables details to be changed without updating the Terraform configuration. Outputs from Terraform can also be easily stored in Consul. One powerful -features this enables is using Consul for inventory management. If an +feature this enables is using Consul for inventory management. If an application relies on ELB for routing, Terraform can update the application's configuration directly by setting the ELB address into Consul. Any resource attribute can be stored in Consul, allowing an operator to capture anything