diff --git a/website/docs/language/settings/index.html.md b/website/docs/language/settings/index.html.md index c9a79a865..2907efac1 100644 --- a/website/docs/language/settings/index.html.md +++ b/website/docs/language/settings/index.html.md @@ -40,6 +40,8 @@ Configuration](/docs/language/settings/backends/configuration.html). ## Specifying a Required Terraform Version +> **Hands-on:** Try the [Manage Terraform Versions](https://learn.hashicorp.com/tutorials/terraform/versions?in=terraform/configuration-language) or [Manage Terraform Versions in Terraform Cloud](https://learn.hashicorp.com/tutorials/terraform/cloud-versions?in=terraform/cloud) tutorials on HashiCorp Learn. + The `required_version` setting accepts a [version constraint string,](/docs/language/expressions/version-constraints.html) which specifies which versions of Terraform can be used with your configuration.