HashiCorp Certified: Terraform Associate — Question 266
A module can always refer to all variables declared in its parent module.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B, as a module does not always have access to all variables in its parent module due to scope limitations. Variables may be private or not defined in a way that makes them accessible to the child module.