ExamGecko
Question list
Search
Search

Question 177 - Terraform Associate 003 discussion

Report
Export

Which method for sharing Terraform modules fulfills the following criteria:

Keeps the module configurations confidential within your organization.

Supports Terraform's semantic version constraints.

Provides a browsable directory of your modules.

A.

A Git repository containing your modules.

Answers
A.

A Git repository containing your modules.

B.

Public Terraform module registry.

Answers
B.

Public Terraform module registry.

C.

A subfolder within your workspace.

Answers
C.

A subfolder within your workspace.

D.

HCP Terraform/Terraform Cloud private registry.

Answers
D.

HCP Terraform/Terraform Cloud private registry.

Suggested answer: D

Explanation:

Confidentiality: Using HCP Terraform/Terraform Cloud's private registry keeps the module configurations within your organization, ensuring privacy and access control.

Browsable Directory: The private registry offers a user interface to browse modules, making it easy for users within the organization to locate and manage modules.

This setup aligns with HashiCorp's design for private registry support in Terraform, meeting all listed requirements for secure, version-controlled, and searchable module storage.

asked 29/10/2024
stefano nicoletti
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first