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 1 votes
50%
B 4 votes
50%
Discussions
0 / 1000
nassimaelferkhsi
5 months, 1 week ago

Aamir_Ahmed
2 months, 1 week 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.