A module block is shown in the Exhibit space of this page. When you use a module block to reference a module from the Terraform Registry such as the one in the example, how do you specify version 1.0.0 of the module?
Module Versioning: To specify a version in a module block for modules in the Terraform Registry, you add the version attribute, e.g., version = '1.0.0'.
Terraform Registry Support: The public registry supports versioning by enabling semantic constraints, allowing users to define specific versions compatible with their infrastructure requirements.
Refer to the module versioning documentation in Terraform's official registry guide.
Daniela
4 days agoShannan
9 days agoDerick
14 days agoShenika
2 days agoFrancesco
5 days agoDoyle
16 days ago