Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 300

How do you specify a module's version when publishing it to the public Terraform Module Registry?

    Correct Answer: D

    To specify a module's version when publishing it to the public Terraform Module Registry, you need to tag a release in the associated repository. The versioning is typically done using Git tags, often following semantic versioning conventions. When you create a tag for a specific commit in the repository, the Terraform Module Registry will recognize the tag as a version for the module.

Discussion
Stargazer11Option: D

Tag releases using semantic versioning protocol

Ramdi1Option: D

release tag names