website/docs: correct outputs documentation

This commit is contained in:
Peter McAtominey 2017-05-30 00:12:24 +01:00 committed by GitHub
parent 40ba1b5487
commit 431c2ee4c9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ output "address" {
This will output a string value corresponding to the public
DNS address of the Terraform-defined AWS instance named "db". It
is possible to export complex data types like maps and strings as
is possible to export complex data types like maps and lists as
well:
```hcl