HashiCorp Certified: Terraform Associate — Question 4
What information does the public Terraform Module Registry automatically expose about published modules?
Answer options
- A. Required input variables
- B. Optional inputs variables and default values
- C. Outputs
- D. All of the above
- E. None of the above
Correct answer: D
Explanation
The correct answer is D because the public Terraform Module Registry provides comprehensive information about published modules, including required input variables, optional input variables with their default values, and outputs. Options A, B, and C are all components of the information provided, but none alone encompass the full range of data available.