Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 300


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

Show Answer
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

2 comments
Sign in to comment
Stargazer11Option: D
Nov 27, 2024

Tag releases using semantic versioning protocol

Ramdi1Option: D
Nov 25, 2024

release tag names