Which of the following arguments is required when declaring a Terraform output?
A Terraform output block must include a value expression, which Terraform evaluates and exposes as the output value. description and sensitive are optional, and default is not an output-block argument.
output
value
description
sensitive
default
Community Discussion