Terraform: enabling the output of a child module
The output of a Terraform child module is not shown by the root configuration/module. In order to have the child module output shown, you must explicitly define a root level output. For example, if you root had a child module defined like below, and you wanted to display the output of that child module, then … Terraform: enabling the output of a child module