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

The public Terraform Module Registry automatically exposes comprehensive information about published modules. This includes required input variables, optional input variables and their default values, and outputs. This information is displayed on the module's page in the registry, making it accessible to anyone.

Discussion

31 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

EltoothOption: D
Jul 6, 2022

D is correct answer : All of the above.

vikramvlr
Dec 13, 2022

E is the correct answer. Modules published in the public Terraform Module Registry does not expose any variable values. we have to pass the values while calling those modules. Required Input variable - we have to pass the input variable Option input and default - possible partial default values Outputs - generated during our execution

318touring
May 8, 2022

Yes, agreed with @Egger1992, the provided answer is incorrect

bicycleOption: D
Jun 12, 2022

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

fabiomlopOption: D
Jun 18, 2022

Provided aswer is unrelated to the question.

RVivekOption: C
Sep 15, 2022

Module informttion includes only input/output. A and B talks about input variables. Input variables is a way of providing input not 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."

RVivek
Sep 15, 2022

Please ignore Answer is D

icebox0eOption: D
Oct 15, 2022

The answer is D

Arnaud92Option: D
Dec 22, 2022

The answer is D

arjundevops
Jan 14, 2023

D. All of the above The public Terraform Module Registry automatically exposes all the information about published modules, including: Required input variables Optional inputs variables and default values Outputs This information is published in the form of documentation in the module's page, it helps users understand the module's functionality, its inputs and outputs, and how to use it.

TanacetOption: D
Jan 28, 2023

D is the correct one

awsguys
Jan 30, 2023

D is right

SilentMilliOption: D
Feb 11, 2023

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 helps users understand what inputs are necessary to use the module, what optional inputs are available, and what outputs the module provides. This information can be accessed directly from the registry and can be used to determine if a module is suitable for a particular use case before it is downloaded and used in a Terraform configuration.

icemanOption: D
Mar 2, 2023

definitely D since it's 'public' (all input & output variables should be revealed)

acheironOption: D
Mar 17, 2023

The registry plainly shows expected inputs and outputs.

Power123
Mar 30, 2023

D is correct

gspbOption: D
Apr 30, 2023

D. All of the above

Gaboh97Option: D
Jun 7, 2023

D. All of the above

IK912
Jun 18, 2023

Answer Definitely D

Shane_COption: D
Jul 4, 2023

D is correct

Busi57Option: D
Jul 23, 2023

D teams

Jayanth
Jul 28, 2023

D. All of the above

shivamkrsingh
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.

ktritesh
Sep 9, 2023

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

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.