Which of the following statements about Terraform modules is not true?
Which of the following statements about Terraform modules is not true?
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.
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
Besides being publicly accessible, modules can also be privately accessible only within the organization. So, the answer is option A.
It can be private modules too...
Modules can be from local disk , private registry in your company private network
A is right
A is correct
A is the correct one.
A is the correct