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…
Question
Open source Terraform can only import publicly-accessible and open-source modules.
Options
- ATrue
- BFalse
How the community answered
(27 responses)- A15% (4)
- B85% (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
Community Discussion
No community discussion yet for this question.