HashiCorp Certified: Terraform Associate — Question 290
Open source Terraform can only import publicly-accessible and open-source modules.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because Terraform can import both publicly accessible modules and private modules, as long as the user has the necessary access rights. Option A is incorrect since it suggests a limitation that does not exist.