Add/update description metadata on backend and state overview pages

This commit is contained in:
Laura Pacilio 2021-07-09 15:56:12 -04:00
parent a37fd2f5f7
commit 69ebfd6f03
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
---
layout: "language"
page_title: "Backend Overview - Configuration Language"
description: |-
An introduction to Terraform configuration backends.
---
# Backends

View File

@ -3,7 +3,7 @@ layout: "language"
page_title: "State"
sidebar_current: "docs-state"
description: |-
Terraform must store state about your managed infrastructure and configuration. This state is used by Terraform to map real world resources to your configuration, keep track of metadata, and to improve performance for large infrastructures.
An introduction to state, information that Terraform uses to map resources to a configuration, track metadata, and improve performance.
---
# State