nerdexam
HashiCorpHashiCorp

TA-002-P · Question #149

TA-002-P Question #149: Real Exam Question with Answer & Explanation

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

Explanation

Terraform Cloud and Terraform Enterprise offer a private module registry that lets organizations publish, version, and share custom Terraform modules internally.

Common mistakes.

  • A. The Terraform Registry at registry.terraform.io is the public community registry and is not a mechanism for publishing organization-specific private modules.
  • B. Custom VCS integration connects Terraform Cloud to source control systems like GitHub to trigger workspace runs, and is unrelated to module publishing.
  • D. 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

Reference. 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 PracticeBrowse All TA-002-P Questions