Your team is using a version 3.1.4 of a module from the public Terraform Registry, and theyβre worried about possible breaking changes in future versions of the module. Which version argument should you add to the module block to prevent newer versions from being used?
- Aversion = β3.1.4β (correct answer)
- Bversion = β< 3.2β
- Cversion = β!=3.1.5β
- Dversion = β~>3.1.4β
Reveal answer & explanationHide answer
The correct answer is A. Option A: version = β3.1.4β