Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 16


What information does the public Terraform Module Registry automatically expose about published modules?

Show Answer
Correct Answer: D,E

E

Reference:

https://www.terraform.io/docs/registry/modules/publish.html

Discussion

17 comments
Sign in to comment
Egger1992Option: D
May 2, 2022

According to the documentation provided, D is correct. Extract from documentation: "The registry extracts information about the module from the module's source. The module name, provider, documentation, inputs/outputs, and dependencies are all parsed and available via the UI or API, as well as the same information for any submodules or examples in the module's source repository."

campsOption: D
Mar 31, 2023

D. All of the above. The public Terraform Module Registry automatically exposes information about published modules, including required input variables, optional input variables and their default values, and outputs. This information is displayed on the module's page in the registry, which can be accessed by anyone.

barkadog
Jan 5, 2024

Either the person choosing the correct answers on this website was drunk, or this website deliberately wants us to fail.

HarshPatel198Option: D
Aug 25, 2023

All of above

gspbOption: D
Apr 30, 2023

D. All of the above

Gaboh97Option: D
Jun 6, 2023

D. All of the above

IK912Option: D
Jun 18, 2023

Answer Definitely D

Shane_COption: D
Jul 4, 2023

D is correct

Busi57Option: D
Jul 23, 2023

D teams

JayanthOption: D
Jul 28, 2023

D. All of the above

shivamkrsinghOption: D
Sep 1, 2023

I believe the D is the correct answer. The answer marked as correct is for the private modules not for the public modules. It might be a typo or something.

ktriteshOption: D
Sep 9, 2023

The question is asking for public, not private, lol D is correct

[Removed]Option: D
Sep 21, 2023

Definitely D

enookOption: D
Jan 3, 2024

DDDDDDD

starkonbulletOption: D
May 17, 2024

Exposed variables, optional variables & outputs are further given to use them in our custom module.

udenaroOption: D
Jun 18, 2024

the correct answer is D

doodlearmyOption: D
Jul 5, 2024

All, According to the documentation provided, D is correct.