From 3cd6b29a76b7dab1b8efce179016b194b26cf8bd Mon Sep 17 00:00:00 2001 From: Jonathan McCall Date: Fri, 25 Mar 2016 10:34:47 -0400 Subject: [PATCH] Fix broken sentence regarding computed values --- website/source/intro/getting-started/build.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/build.html.md b/website/source/intro/getting-started/build.html.md index 970689c03..193af6aae 100644 --- a/website/source/intro/getting-started/build.html.md +++ b/website/source/intro/getting-started/build.html.md @@ -134,8 +134,8 @@ syntax error in the configuration. The output format is similar to the diff format generated by tools such as Git. The output has a "+" next to "aws\_instance.example", meaning that Terraform will create this resource. Beneath that, -it shows the attributes that will be set. When the value it is -going to is ``, it means that the value won't be known +it shows the attributes that will be set. When the value displayed +is ``, it means that the value won't be known until the resource is created. ## Apply