Use output values to export data about the resources Terraform manages. Hide sensitive output values.| Output data from Terraform | Terraform | HashiCorp Developer
Key constructs of the native Terraform language syntax, including identifiers, arguments, blocks, and comments.| Syntax - Configuration Language | 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
Learn how to use write-only arguments to set temporary values that are not stored in Terraform's state or plan files.| Use write-only arguments | Terraform | HashiCorp Developer
Learn how to keep sensitive resource data out of state and plan files in Terraform with ephemeral resource blocks and write-only arguments.| Ephemeral resources | Terraform | HashiCorp Developer
Check custom requirements for variables, outputs, data sources, and resources and provide better error messages in context.| Custom Conditions - Configuration Language | Terraform | HashiCorp Developer
An overview of expressions to reference or compute values in Terraform configurations, including types, operators, and functions.| Expressions - 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
Output values are the return values of a Terraform module.| Output Values - Configuration Language | 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
Retrieves the root module output values from a Terraform state snapshot stored in a remote backend.| The terraform_remote_state Data Source | Terraform | HashiCorp Developer
An introduction to state, information that Terraform uses to map resources to a configuration, track metadata, and improve performance.| State | Terraform | HashiCorp Developer