Skip to content

Commit 669567a

Browse files
committed
Merge pull request hashicorp#4459 from jmstone617/patch-1
Update outputs.html.md
2 parents febaf55 + bf7220a commit 669567a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ output "ip" {
3535
}
3636
```
3737

38-
This defines an output variables named "ip". The `value` field
38+
This defines an output variable named "ip". The `value` field
3939
specifies what the value will be, and almost always contains
4040
one or more interpolations, since the output data is typically
4141
dynamic. In this case, we're outputting the

0 commit comments

Comments
 (0)