Terragrunt offers an opinionated way to pass values from dependency to dependent using the dependency block.
This feature makes it easy for sibling level modules to pass values from one to the other.
One example of this is passing database information from a database module into a web service which requires that configuration data.
What is the terramate equivalent feature or technique to accomplish this?