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
- A. FTP server
- B. GitHub repository
- C. Local path
- D. Terraform Module Registry
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.