From 5abaca4bbfebfb8cb114a9229b4a6f2baab1c393 Mon Sep 17 00:00:00 2001 From: Liam Cervante Date: Tue, 13 Jun 2023 10:47:38 +0200 Subject: [PATCH] Update index.mdx (#33360) --- website/docs/language/checks/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/checks/index.mdx b/website/docs/language/checks/index.mdx index c4106007ee..fe0c45b09a 100644 --- a/website/docs/language/checks/index.mdx +++ b/website/docs/language/checks/index.mdx @@ -65,7 +65,7 @@ Unlike other [custom conditions](/terraform/language/expressions/custom-conditio Condition arguments within `assert` blocks can refer to scoped data sources within the enclosing `check` block and any variables, resources, data sources, or module outputs within the current module. -[Learn more about assertions](/terraform/language/expressions/custom-conditions#check-assertions). +[Learn more about assertions](/terraform/language/expressions/custom-conditions#checks-with-assertions). ### Meta-Arguments