diff --git a/website/docs/language/resources/syntax.html.md b/website/docs/language/resources/syntax.html.md index 65d52537e..2c3e14c51 100644 --- a/website/docs/language/resources/syntax.html.md +++ b/website/docs/language/resources/syntax.html.md @@ -3,9 +3,7 @@ layout: "language" page_title: "Resources - Configuration Language" sidebar_current: "docs-config-resources" description: |- - Resources are the most important element in a Terraform configuration. - Each resource corresponds to an infrastructure object, such as a virtual - network or compute instance. + Details about Terraform resources, which correspond to infrastructure objects like virtual networks or compute instances. --- # Resource Blocks