From 27ecace1a1d7e07bc2a65b104acb3f32517d3752 Mon Sep 17 00:00:00 2001 From: Dan LaMotte Date: Thu, 1 Aug 2019 16:31:55 -0500 Subject: [PATCH] Properly end code block in upgrade docs The unterminated code block effectively breaks rendering in the latter half of this section https://www.terraform.io/upgrade-guides/0-12.html#equality-operations-must-be-valid-on-value-and-type --- website/upgrade-guides/0-12.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/upgrade-guides/0-12.html.markdown b/website/upgrade-guides/0-12.html.markdown index bf88a7f68..d5060df81 100644 --- a/website/upgrade-guides/0-12.html.markdown +++ b/website/upgrade-guides/0-12.html.markdown @@ -717,7 +717,7 @@ the upgrade tool will not change it to a number, so take care to inspect your co locals { some_count = "3" # will not be changed to a number after config upgrade } - +``` ## Upgrades for reusable modules