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

Which of the following statements about Terraform modules is not true?
A . Modules can call other modules
B . A module is a container for one or more resources
C . Modules must be publicly accessible
D . You can call the same module multiple times

Answer: C

Explanation:

This is not true, as modules can be either public or private, depending on your needs and preferences. You can use the Terraform Registry to publish and consume public modules, or use Terraform Cloud or Terraform Enterprise to host and manage private modules.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments