HashiCorp Certified: Terraform Associate — Question 262

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

Answer options

Correct answer: D

Explanation

The 'value' argument is essential when declaring a Terraform output because it specifies what data to output. While 'sensitive', 'description', and 'default' can enhance the output's functionality or provide additional context, they are not mandatory for the output declaration.