From a727b0c415981afb9ff29d351b603aef120d7340 Mon Sep 17 00:00:00 2001 From: Joe Gross Date: Fri, 6 Nov 2015 19:02:05 -0800 Subject: [PATCH] add closing quote --- website/source/intro/getting-started/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/variables.html.md b/website/source/intro/getting-started/variables.html.md index 41e828a72..24154ca25 100644 --- a/website/source/intro/getting-started/variables.html.md +++ b/website/source/intro/getting-started/variables.html.md @@ -186,7 +186,7 @@ And access them via `lookup()`: ``` output "ami" { - value = "${lookup(var.amis, var.region)} + value = "${lookup(var.amis, var.region)}" } ```