HashiCorp Certified: Terraform Associate — Question 111

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

Answer options

Correct answer: B

Explanation

The correct answer is B, as specifying a module version is not mandatory when referencing modules from the Terraform Module Registry. Terraform can utilize the latest version of a module by default if no version is explicitly declared. Answer A is incorrect because it misrepresents the requirement of versioning in this context.