HashiCorp
TERRAFORM-ASSOCIATE-004 · Question #239
What type of information can be found on the Terraform Registry when using published modules?
The correct answer is D. All of the above. The Terraform Registry provides documentation for published modules, including: Required inputs (variables you must supply). Optional inputs with defaults (so you know what you can override). Outputs (what values the module returns for use elsewhere). Therefore, the correct…
Submitted by asante_acc· Apr 18, 2026Work with Terraform Modules
Question
What type of information can be found on the Terraform Registry when using published modules?
Options
- ARequired input variables.
- BOutputs.
- COptional input variables and default values.
- DAll of the above.
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- D88% (21)
Explanation
The Terraform Registry provides documentation for published modules, including: Required inputs (variables you must supply). Optional inputs with defaults (so you know what you can override). Outputs (what values the module returns for use elsewhere). Therefore, the correct answer is all of the above.
Topics
#Terraform Registry#Modules#Module documentation#Variables and Outputs
Community Discussion
No community discussion yet for this question.