nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #144

Module variable assignments are inherited from the parent module and you do not need to explicitly set them.

The correct answer is B. False. Module variable assignments are not inherited from the parent module and you need to explicitly set them using the source argument. This allows you to customize the behavior of each module

Interact with Terraform modules

Question

Module variable assignments are inherited from the parent module and you do not need to explicitly set them.

Options

  • ATrue
  • BFalse

How the community answered

(35 responses)
  • A
    26% (9)
  • B
    74% (26)

Explanation

Module variable assignments are not inherited from the parent module and you need to explicitly set them using the source argument. This allows you to customize the behavior of each module

Topics

#modules#variable inheritance#input variables#module configuration

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice