HashiCorp
TERRAFORM-ASSOCIATE-003 · 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.
Interact with Terraform modules
Question
Module version is required to reference a module on the Terraform Module Registry.
Options
- ATrue
- BFalse
How the community answered
(56 responses)- A29% (16)
- B71% (40)
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
#module registry#module versioning#module sources
Community Discussion
No community discussion yet for this question.