From 431c2ee4c924cf5f00ef4c11fd11864bef012bc1 Mon Sep 17 00:00:00 2001 From: Peter McAtominey Date: Tue, 30 May 2017 00:12:24 +0100 Subject: [PATCH] website/docs: correct outputs documentation --- website/source/docs/configuration/outputs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/outputs.html.md b/website/source/docs/configuration/outputs.html.md index 1e0323c34..4480b4325 100644 --- a/website/source/docs/configuration/outputs.html.md +++ b/website/source/docs/configuration/outputs.html.md @@ -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