Which of the following lines would be required in a module configuration block in terraform to select tagged version v1.0.4?

A user has created a module called “my_test_module” and committed it to GitHub. Over time, several commits have been made with updates to the module, each tagged in GitHub with an incremental version number. Which of the following lines would be required in a module configuration block in terraform to select tagged version v1.0.4?
A. source = “git::https://example.com/my_test_module.git@tag=v1.0.4”
B. source = “git::https://example.com/my_test_module.git&ref=v1.0.4”
C. source = “git::https://example.com/my_test_module.git#tag=v1.0.4”
D. source = “git::https://example.com/my_test_module.git?ref=v1.0.4”

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.