TA-002-P · Question #149
What feature of Terraform Cloud and/or Terraform Enterprise can you publish and maintain a set of custom modules which can be used within your organization?
The correct answer is C. private module registry. Terraform Cloud and Terraform Enterprise offer a private module registry that lets organizations publish, version, and share custom Terraform modules internally.
Question
What feature of Terraform Cloud and/or Terraform Enterprise can you publish and maintain a set of custom modules which can be used within your organization?
Options
- ATerraform registry
- Bcustom VCS integration
- Cprivate module registry
- Dremote runs
How the community answered
(32 responses)- B3% (1)
- C94% (30)
- D3% (1)
Why each option
Terraform Cloud and Terraform Enterprise offer a private module registry that lets organizations publish, version, and share custom Terraform modules internally.
The Terraform Registry at registry.terraform.io is the public community registry and is not a mechanism for publishing organization-specific private modules.
Custom VCS integration connects Terraform Cloud to source control systems like GitHub to trigger workspace runs, and is unrelated to module publishing.
The private module registry is the specific feature in Terraform Cloud and Terraform Enterprise designed for organizations to publish and maintain custom modules internally. It mirrors the functionality of the public Terraform Registry but restricts access to members of the organization, enabling teams to discover and reuse vetted internal modules.
Remote runs refer to executing Terraform plan and apply operations on Terraform Cloud's infrastructure instead of locally, and have no role in module publishing or distribution.
Concept tested: Terraform Cloud private module registry for organizations
Source: https://developer.hashicorp.com/terraform/cloud-docs/registry
Topics
Community Discussion
No community discussion yet for this question.