🔥 3-day streak
HashiCorp Certified: Terraform Associate (004)54 / 150
Question 54 of 150

A developer is calling a reusable VPC module and wants to create three copies of it. They add `count = 3` to the module block, but they also expect the child module to automatically receive a variable named `count` that it can reference internally. When they run `terraform plan`, the child module cannot find any variable called `count`. What is the correct explanation of this behavior?

Reviewed for accuracy · Report an issueNext question