# Terraform "Child Module"

Any Terraform module that is invoked by another module, distinguishing itself by not maintaining a separate Terraform state.
These modules are integral components of larger infrastructure setups, designed to modularize and encapsulate specific functionality
within the overarching Terraform configuration.
