nerdexam
HashiCorp

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.

Use Terraform Cloud and Terraform Enterprise capabilities

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)
  • B
    3% (1)
  • C
    94% (30)
  • D
    3% (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.

ATerraform registry

The Terraform Registry at registry.terraform.io is the public community registry and is not a mechanism for publishing organization-specific private modules.

Bcustom VCS integration

Custom VCS integration connects Terraform Cloud to source control systems like GitHub to trigger workspace runs, and is unrelated to module publishing.

Cprivate module registryCorrect

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.

Dremote runs

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

#Terraform Cloud#Terraform Enterprise#Private Module Registry#Modules

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice