From 80fee567a291322c185ddf115fab3e29a20fc88b Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 16 Jul 2021 16:55:13 -0400 Subject: [PATCH] Add detail to resource block page metadata --- website/docs/language/resources/syntax.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/resources/syntax.html.md b/website/docs/language/resources/syntax.html.md index 2c3e14c51..07b915b22 100644 --- a/website/docs/language/resources/syntax.html.md +++ b/website/docs/language/resources/syntax.html.md @@ -3,7 +3,7 @@ layout: "language" page_title: "Resources - Configuration Language" sidebar_current: "docs-config-resources" description: |- - Details about Terraform resources, which correspond to infrastructure objects like virtual networks or compute instances. + Resources correspond to infrastructure objects like virtual networks or compute instances. Learn about resource types, syntax, behavior, and arguments. --- # Resource Blocks