OutputValue

OutputValue
OutputValue

Information about output values generated by the Terraform configuration.

JSON Example
{
    "description": "string",
    "name": "string",
    "sensitive": false
}
string
description
Optional

The description of the output value in the Terraform configuration.

string
name
Optional

The name of the output value in the Terraform configuration.

boolean
sensitive
Optional

A flag indicating that the field should be obscured because of security concerns.