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:
parent
472d8b535e
commit
f52aec8e3d
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue