nerdexam
HashiCorp

TA-002-P · Question #351

Open source Terraform can only import publicly-accessible and open-source modules.

The correct answer is B. False. Terraform can load modules from a public or private registry. This makes it possible to publish modules for others to use, and to use modules that others have published. Also, members of your organization might produce modules specifically crafted for your own infrastructure…

Interact with Terraform modules

Question

Open source Terraform can only import publicly-accessible and open-source modules.

Options

  • ATrue
  • BFalse

How the community answered

(27 responses)
  • A
    15% (4)
  • B
    85% (23)

Explanation

Terraform can load modules from a public or private registry. This makes it possible to publish modules for others to use, and to use modules that others have published. Also, members of your organization might produce modules specifically crafted for your own infrastructure needs. Terraform Cloud and Terraform Enterprise both include a private module registry for sharing modules internally within your organization.

Topics

#Terraform modules#Module sources#Private modules#Open Source Terraform

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice