ExamGecko
Question list
Search
Search

Question 15 - Terraform Associate 003 discussion

Report
Export

Which of the following module source paths does not specify a remote module?

A.
Source = ''module/consul''
Answers
A.
Source = ''module/consul''
B.
Source = ''githhub.comicrop/example''
Answers
B.
Source = ''githhub.comicrop/example''
C.
Source =''[email protected]:hasicrop/example.git''
Answers
C.
Source =''[email protected]:hasicrop/example.git''
D.
Source = ''hasicrop/consul/aws''
Answers
D.
Source = ''hasicrop/consul/aws''
Suggested answer: A

Explanation:

The module source path that does not specify a remote module issource = 'module/consul'. This specifies a local module, which is a module that is stored in a subdirectory of the current working directory. The other options are all examples of remote modules, which are modules that are stored outside of the current working directory and can be accessed by various protocols, such as Git, HTTP, or the Terraform Registry. Remote modules are useful for sharing and reusing code across different configurations and environments.Reference= [Module Sources], [Local Paths], [Terraform Registry], [Generic Git Repository], [GitHub]

asked 18/09/2024
Shaun Kilmartin
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first