From 47f0b77bf457003aad4a5ba2ec70e57fcce9a5d7 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:29:20 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: rita <8647768+ritsok@users.noreply.github.com> --- website/docs/language/terraform.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/terraform.mdx b/website/docs/language/terraform.mdx index 3f1ce9eb7f..704fb87c03 100644 --- a/website/docs/language/terraform.mdx +++ b/website/docs/language/terraform.mdx @@ -70,7 +70,7 @@ terraform { The `terraform` block supports the following configuration. -### `terraform` +### `terraform` block Parent block that contains configurations that define Terraform behavior. You can only use constant values in the `terraform` block. Arguments in the `terraform` block cannot refer to named objects, such as resources and input variables. Additionally, you cannot use built-in Terraform language functions in the block. @@ -122,7 +122,7 @@ Each local provider name maps to a source address and a version constraint. Refe - Default: None. - Example:[Add a provider](#add-a-provider) -### Provider +### Provider-specific settings Specifies the name of the provider you want to require. Refer to [Provide Configuration](/terraform/language/providers/configuration) for instructions on how to configure providers.