HashiCorp Certified: Terraform Associate — Question 123
Which method for sharing Terraform configurations keeps them confidential within your organization, supports Terraform’s semantic version constraints, and provides a browsable directory?
Answer options
- A. Generic git repository
- B. Terraform Cloud/Terraform Enterprise private module registry
- C. Public Terraform Module Registry
- D. Subfolder within a workspace
Correct answer: B
Explanation
The correct answer is B, as the Terraform Cloud/Terraform Enterprise private module registry is designed to keep configurations secure, supports version constraints, and provides a user-friendly interface for browsing. Options A and D do not ensure confidentiality nor offer a browsable directory, while option C is public and does not maintain confidentiality.