HashiCorp Certified: Terraform Associate — Question 46

Terraform can import modules from a number of sources `" which of the following is not a valid source?

Answer options

Correct answer: A

Explanation

The correct answer is A, as Terraform does not support importing modules from an FTP server. Options B, C, and D are all valid sources for importing modules, including GitHub repositories, local paths, and the Terraform Module Registry.