Merge pull request #28998 from hashicorp/rln-add-versions-tutorials-links
Add links to terraform versions tutorials
This commit is contained in:
commit
50fe980877
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue