Module composition allows infrastructure to be described from modular building blocks.| Module Composition | Terraform | HashiCorp Developer
Workspaces have their own separate state data. Learn how HCP Terraform uses state and how to access state from across workspaces.| Manage workspace state in HCP Terraform | Terraform | HashiCorp Developer
Reference values in configurations, including resources, input variables, local and block-local values, module outputs, data sources, and workspace data.| References to Values - Configuration Language | Terraform | HashiCorp Developer
Check customized infrastructure requirements to provide ongoing and continuous verification.| Checks - Configuration Language | Terraform | HashiCorp Developer
Organizations are partitions in HCP Terraform and Terraform Enterprise that let teams within a business unit collaborate on infrastructure as code projects. Organizations contain one or more projects, which contain one or more workspaces.| Organizations overview | Terraform | HashiCorp Developer
Data sources allow Terraform to use external data, function output, and data from other configurations. Learn data resource arguments, behavior, and lifecycle.| Data Sources - Configuration Language | Terraform | HashiCorp Developer
An overview of how to install and use providers, Terraform plugins that interact with services, cloud providers, and other APIs.| Providers - Configuration Language | Terraform | HashiCorp Developer
Learn how Terraform uses resource blocks to create infrastructure objects. Also learn about resource dependencies and how to access resource attributes.| Resource Behavior - Configuration Language | Terraform | HashiCorp Developer
The depends_on meta-argument allows you to handle hidden resource or module dependencies.| The depends_on Meta-Argument - Configuration Language | Terraform | HashiCorp...
The terraform plan command creates an execution plan with a preview of the changes that Terraform will make to your infrastructure.| Command: plan | Terraform | HashiCorp Developer