mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
4c63187fcd
commit
27ecace1a1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user