TerraformOutput allows you to define output values for your Terraform configuration.
Constructor
TerraformOutputConfig
Properties
value
readonly value: any
The value of the output.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Defines a Terraform output value.
TerraformOutput allows you to define output values for your Terraform configuration.
new TerraformOutput(scope: Construct, id: string, config: TerraformOutputConfig)
| Property | Type | Description |
|---|---|---|
value | any | The value to output. |
description | string | A description of the output. |
sensitive | boolean | Whether the output contains sensitive information. |
dependsOn | ITerraformAddressable[] | Explicit dependencies for the output. |
readonly value: any
The value of the output.