From f52aec8e3d84644f42e5ba4a7980dca191bfd6ff Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 8 Jun 2021 09:11:08 -0700 Subject: [PATCH] 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. --- website/docs/language/v1-compatibility-promises.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/language/v1-compatibility-promises.html.md b/website/docs/language/v1-compatibility-promises.html.md index 677a6d250d..a44a8b3f63 100644 --- a/website/docs/language/v1-compatibility-promises.html.md +++ b/website/docs/language/v1-compatibility-promises.html.md @@ -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.