nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #104

Module version is required to reference a module on the Terraform Module Registry.

The correct answer is B. False. Module version is optional to reference a module on the Terraform Module Registry. If you omit the version constraint, Terraform will automatically use the latest available version of the module.

Submitted by tom_us· Apr 18, 2026Work with Terraform Modules

Question

Module version is required to reference a module on the Terraform Module Registry.

Options

  • ATrue
  • BFalse

How the community answered

(27 responses)
  • A
    11% (3)
  • B
    89% (24)

Explanation

Module version is optional to reference a module on the Terraform Module Registry. If you omit the version constraint, Terraform will automatically use the latest available version of the module.

Topics

#Terraform Module Registry#Module Source#Module Versioning#Module Usage

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice