github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/website/docs/cli-index.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Documentation" 4 sidebar_current: "docs-home" 5 description: |- 6 Documentation for Terraform's core open source features, including the 7 configuration language, the commands, and the main Terraform providers. 8 --- 9 10 # Terraform CLI Documentation 11 12 Welcome to the Terraform CLI documentation! 13 14 ## What's in This Section of the Docs? 15 16 This section contains reference documentation for Terraform's core open source 17 features, including the 18 [configuration language](/docs/configuration/index.html), the 19 [command-line tools](/docs/commands/index.html), and the main 20 [Terraform providers](/docs/providers/index.html). Use the navigation sidebar 21 to browse the various subsections. 22 23 ## Who is This For? 24 25 The Terraform CLI docs are relevant to _all Terraform users,_ including open 26 source users and Terraform Cloud users. 27 28 Since these docs are reference material, they are mainly written for 29 _intermediate and advanced users,_ who need to find complete and detailed 30 information quickly. 31 32 - **New user?** Try the 33 [Getting Started guide](https://learn.hashicorp.com/terraform/getting-started/install) 34 at [Learn Terraform](https://learn.hashicorp.com/terraform), then return 35 here once you've used Terraform to manage some simple resources. 36 - **Curious about Terraform?** See [Introduction to Terraform](/intro/index.html) 37 for a broad overview of what Terraform is and why people use it. 38 39 ## What's Elsewhere? 40 41 This is not the only section of the Terraform docs! You can find out more at the 42 [Terraform docs home page](/docs/index.html), or you can jump between sections 43 using the "Other Docs" area of the navigation sidebar.