terraform-associate question 378 discussion

View all HashiCorp Certified: Terraform Associate Exam here
back to hashicorp forum

Question 378

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

  • A. True
  • B. False
Answer:

B


User Votes:
A
50%
B 2 votes
50%
Discussions
0 / 1000
nassimaelferkhsi
3 months, 3 weeks ago

Aamir_Ahmed
4 weeks ago

Specifying a module version is optional when referencing a module from the Terraform Module Registry.

By default, if you do not specify a version, Terraform will download the latest available version of the module.