Functions transform and combine values. Learn about Terraform's built-in functions.| Function Calls - Configuration Language | Terraform | HashiCorp Developer
Use output values to export data about the resources Terraform manages. Hide sensitive output values.| Output data from Terraform | Terraform | HashiCorp Developer
Sensitive data in Terraform state.| State: Sensitive Data | Terraform | HashiCorp Developer
Terraform can store the state remotely, making it easier to version and work with in a team.| State: Remote Storage | 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
Modules are containers for multiple resources that are used together in configurations. Learn how to call one module from another and access module output.| Modules - Configuration Language | Terraform | HashiCorp Developer
Modules are containers for multiple resources that are used together in a configuration. Learn when to create modules and about module structure.| Creating Modules | 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
The for_each meta-argument allows you to manage similar infrastructure resources without writing a separate block for each one.| The for_each Meta-Argument - Configuration Language | Terraform | HashiCorp D...
Output values are the return values of a Terraform module.| Output Values - Configuration Language | Terraform | HashiCorp Developer
Learn about the recommended file and directory structure for developing reusable modules distributed as separate repositories.| Standard Module Structure | Terraform | HashiCorp Developer
Input variables allow you to customize modules without altering their source code. Learn how to declare, define, and reference variables in configurations.| Input Variables - Configuration Language | Terraform | HashiCorp Developer
Provisioners run scripts on a local or remote machine during resource creation or destruction. Learn how to declare provisioners in a configuration.| Provisioners | Terraform | HashiCorp Developer
Collaborative Infrastructure For Modern Software Teams| docs.spacelift.io