QuestionQ4

Terraform configuration

Which of the following arguments is required when declaring a Terraform output?

  • A default
  • B value
  • C description
  • D sensitive
Explanation

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.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!