TERRAFORM-ASSOCIATE-004 · Question #96
Any user can publish modules to the public Terraform Module Registry.
The correct answer is A. True. The Terraform Registry allows any user to publish and share modules. Published modules support versioning, automatically generate documentation, allow browsing version histories, show examples and READMEs, and more. Public modules are managed via Git and GitHub, and publishing…
Question
Options
- ATrue
- BFalse
How the community answered
(37 responses)- A89% (33)
- B11% (4)
Explanation
The Terraform Registry allows any user to publish and share modules. Published modules support versioning, automatically generate documentation, allow browsing version histories, show examples and READMEs, and more. Public modules are managed via Git and GitHub, and publishing a module takes only a few minutes. Once a module is published, releasing a new version of a module is as simple as pushing a properly formed Git tag.
Topics
Community Discussion
No community discussion yet for this question.