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 "