HashiCorp Certified: Terraform Associate — Question 252

Which of the following statements about Terraform modules is not true?

Answer options

Correct answer: A

Explanation

The correct answer is A because Terraform modules do not need to be publicly accessible; they can be private as well. Options B, C, and D are accurate statements about Terraform modules, as they can indeed be called multiple times, serve as containers for multiple resources, and can call other modules.