HashiCorp Certified: Terraform Associate — Question 351

If a module uses a local values, you can expose that value with a terraform output.

Answer options

Correct answer: A

Explanation

The correct answer is True because terraform outputs allow you to expose values from a module, including those defined as local values. The other option, False, is incorrect since local values can indeed be exposed using terraform outputs.