Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 132

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

    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
Uma10Option: A

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

Pinky0289Option: A

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

BurakkoOption: A

It can be private modules too...

RVivekOption: A

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

ravi135Option: A

A is right

Daro_Option: A

A is correct

ruganeshOption: A

A is the correct one.

adoubanOption: A

A is the correct