Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 132


Which of the following statements about Terraform modules is not true?

Show Answer
Correct Answer: A

Modules do not have to be publicly accessible; they can also be locally stored or accessed from private registries. This makes option A the incorrect statement about Terraform modules.

Discussion

8 comments
Sign in to comment
Uma10Option: A
Mar 1, 2023

A: In addition to modules from the local filesystem, Terraform can load modules from a public or private registry. Also, members of your organization might produce modules specifically crafted for your own infrastructure needs. Source: https://www.terraform.io/language/modules

BurakkoOption: A
Mar 2, 2023

It can be private modules too...

Pinky0289
Mar 13, 2023

Besides being publicly accessible, modules can also be privately accessible only within the organization. So, the answer is option A.

RVivekOption: A
Mar 26, 2023

Modules can be from local disk , private registry in your company private network

adoubanOption: A
Jun 13, 2023

A is the correct

ruganesh
Jul 17, 2023

A is the correct one.

Daro_Option: A
Jul 27, 2023

A is correct

ravi135
Aug 8, 2024

A is right