nerdexam
HashiCorp

TA-002-P · Question #384

Any user can publish modules to the public Terraform Module Registry.

The correct answer is B. False. Publishing modules to the public Terraform Module Registry requires specific authorization and adherence to naming conventions, meaning it's not open to just any user without prior setup.

Interact with Terraform modules

Question

Any user can publish modules to the public Terraform Module Registry.

Options

  • ATrue
  • BFalse

How the community answered

(21 responses)
  • A
    10% (2)
  • B
    90% (19)

Why each option

Publishing modules to the public Terraform Module Registry requires specific authorization and adherence to naming conventions, meaning it's not open to just any user without prior setup.

ATrue

The public Terraform Module Registry requires specific conditions, such as VCS repository ownership and naming conventions, for module publication, disproving that just 'any user' can publish.

BFalseCorrect

Publishing modules to the public Terraform Registry is restricted to organizations that have registered with HashiCorp and have configured their VCS repositories (like GitHub) according to specific naming conventions and access permissions, meaning it's not open to 'any user' without prior setup and ownership.

Concept tested: Terraform Module Registry publishing

Source: https://developer.hashicorp.com/terraform/registry/modules/publish

Topics

#Terraform Module Registry#Module publishing#Public modules

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice