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
This commit is contained in:
Dan LaMotte 2019-08-01 16:31:55 -05:00
parent 4c63187fcd
commit 27ecace1a1
1 changed files with 1 additions and 1 deletions

View File

@ -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