From c88765ad8113e0fa9dc21edd8164363865e4ebc1 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:27:31 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Brandon Croft --- website/docs/cli/commands/console.mdx | 2 +- website/docs/language/terraform.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/cli/commands/console.mdx b/website/docs/cli/commands/console.mdx index b6205bd759..e5ad1e506d 100644 --- a/website/docs/cli/commands/console.mdx +++ b/website/docs/cli/commands/console.mdx @@ -27,7 +27,7 @@ or Control-D. For configurations using [the `local` backend](/terraform/language/backend/local) only, `terraform console` accepts the legacy command line option -[`-state`](/terraform/language/sbackend/local#command-line-arguments). +[`-state`](/terraform/language/backend/local#command-line-arguments). ## Scripting diff --git a/website/docs/language/terraform.mdx b/website/docs/language/terraform.mdx index 1ff619096c..9c124cc809 100644 --- a/website/docs/language/terraform.mdx +++ b/website/docs/language/terraform.mdx @@ -13,7 +13,7 @@ This topic provides reference information about the `terraform` block. The `terr The following list outlines attribute hierarchy, data types, and requirements in the `terraform` block. Click on an attribute for details. - [`terraform`](#terraform) - - [`required_version`](#terraform-required_version): string | defaults to the latest version + - [`required_version`](#terraform-required_version): string - [`required_providers`](#terraform-required_providers): map - [`provider_meta "