mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-30 04:00:12 -05:00
687 B
687 B
layout, page_title, description
| layout | page_title | description |
|---|---|---|
| language | Variables and Outputs | An overview of input variables, output values, and local values in Terraform language. |
Variables and Outputs
The Terraform language includes a few kinds of blocks for requesting or publishing named values.
-
Input Variables serve as parameters for a Terraform module, so users can customize behavior without editing the source.
-
Output Values are like return values for a Terraform module.
-
Local Values are a convenience feature for assigning a short name to an expression.