TERRAFORM-ASSOCIATE-003 · 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…
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
(37 responses)- A8% (3)
- B14% (5)
- C5% (2)
- D73% (27)
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
Community Discussion
No community discussion yet for this question.