nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #26

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

The correct answer is C. Modules must be publicly accessible. 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.

Interact with Terraform modules

Question

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

Options

  • AModules can call other modules
  • BA module is a container for one or more resources
  • CModules must be publicly accessible
  • DYou can call the same module multiple times

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    10% (4)
  • C
    80% (33)
  • D
    7% (3)

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.

Topics

#modules#module sources#module reuse#module access

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice