TerraformOutput allows you to define output values for your Terraform configuration.
Constructor
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. |
Properties
value
readonly value: any
The value of the output.