Merge pull request #5851 from Jonnymcc/patch-1

Fix broken sentence regarding computed values
This commit is contained in:
Clint 2016-03-25 09:39:33 -05:00
commit 2fa5d42cbd
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ syntax error in the configuration.
The output format is similar to the diff format generated by tools The output format is similar to the diff format generated by tools
such as Git. The output has a "+" next to "aws\_instance.example", such as Git. The output has a "+" next to "aws\_instance.example",
meaning that Terraform will create this resource. Beneath that, meaning that Terraform will create this resource. Beneath that,
it shows the attributes that will be set. When the value it is it shows the attributes that will be set. When the value displayed
going to is `<computed>`, it means that the value won't be known is `<computed>`, it means that the value won't be known
until the resource is created. until the resource is created.
## Apply ## Apply