Merge pull request #22297 from dlamotte/patch-1
Properly end code block in upgrade docs
This commit is contained in:
commit
3426060628
|
@ -717,7 +717,7 @@ the upgrade tool will not change it to a number, so take care to inspect your co
|
||||||
locals {
|
locals {
|
||||||
some_count = "3" # will not be changed to a number after config upgrade
|
some_count = "3" # will not be changed to a number after config upgrade
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Upgrades for reusable modules
|
## Upgrades for reusable modules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue