HashiCorp Certified: Terraform Associate — Question 63
Module variable assignments are inherited from the parent module and do not need to be explicitly set.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because module variable assignments are not automatically inherited from the parent module and must be explicitly defined. Option A is incorrect as it suggests that inheritance occurs without any need for explicit settings.