TerraformWorkflow

terraform output

Prints the values of output variables defined in the configuration.

Syntax

terraform output [<name>]

Examples

Print a single output value

terraform output vpc_id

Related commands