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

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

    Correct Answer: A

    The module source path specified as source = './modules/consul' indicates a local module. This means that the module is located within the local filesystem relative to the root module. The other options specify remote modules: source = 'git::ssh://[email protected]:hashicorp/example.git' uses a Git URL, source = 'github.com/hashicorp/example' indicates a module hosted on GitHub, and source = 'hashicorp/consul/aws' uses a standard address for a module hosted remotely in the Terraform registry.

Discussion
InformationOverloadOption: A

A - since its local path

Agil09Option: A

A correct

resnefOption: A

question says "remote" , hence A

resnef

not remote = local

gekkehenkOption: A

The specification of a path, indentiefies a local module. The others specify a remote path. Therefore A is the right answer.

SilentHOption: A

Honestly, is Examtopics trying to troll us with their answers?

EdileimigOption: A

A is right answer

ArizonaClassicsOption: A

I would go for A see https://developer.hashicorp.com/terraform/language/modules/sources