Merge pull request #14914 from hashicorp/pmcatominey/output-docs

website/docs: correct outputs documentation
This commit is contained in:
Tom Harvey 2017-05-30 09:21:48 +01:00 committed by GitHub
commit 893b2f74a5
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