website: Fix formatting of v1 compatibility promises

Seems like we lost a newline in some of the shuffling it took to get this
into the live website, and so it's formatting oddly in the rendered
website. This restores the intended formatting of this as the start of
a bullet list, rather than as a continuation of the previous paragraph.
This commit is contained in:
Martin Atkins 2021-06-08 09:11:08 -07:00
parent 472d8b535e
commit f52aec8e3d
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ whose behavior may change as part of future changes to the workspace model.
We intend to retain broad compatibility with Terraform language features, with
a few specific caveats:
* We consider a configuration to be valid if Terraform can create and apply
a plan for it without reporting any errors.