From 2df5b5d8b53edb6329422ead7605012cba00d912 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:39:32 -0400 Subject: [PATCH] Update website/docs/internals/json-format.mdx --- website/docs/internals/json-format.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/internals/json-format.mdx b/website/docs/internals/json-format.mdx index 9c253f7393..78dcad0f49 100644 --- a/website/docs/internals/json-format.mdx +++ b/website/docs/internals/json-format.mdx @@ -612,7 +612,7 @@ A `` describes the change to the indicated object. ## Checks Representation -~> **Warning:** The JSON representation of "checks" is experimental +~> **Warning:** The JSON representation of checks is experimental and some details may change in future Terraform versions based on feedback, even in minor releases of Terraform CLI.