Skip to main content
TerraformOutput allows you to define output values for your Terraform configuration.

Constructor

new TerraformOutput(scope: Construct, id: string, config: TerraformOutputConfig)

TerraformOutputConfig

PropertyTypeDescription
valueanyThe value to output.
descriptionstringA description of the output.
sensitivebooleanWhether the output contains sensitive information.
dependsOnITerraformAddressable[]Explicit dependencies for the output.

Properties

value

readonly value: any The value of the output.