Fixed grammatical error.

This commit is contained in:
Nick Santamaria 2016-10-13 14:10:32 +11:00 committed by GitHub
parent 14e5c2d3f2
commit 52a4086a60
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ resource "aws_instance" "example" {
}
```
References to remote state outputs has also changed, the `.output` keyword is no longer required.
Referencing remote state outputs has also changed. The `.output` keyword is no longer required.
For example, a config like this: