Hello everyone
I am facing an issue with Terraform configuration. I have created a child module where I declared out put values to be printed.
On calling these output values in parent module with format module.modulename.outputname defined in child module gives me an error there is no output name attribute but when trying with module.modulename it prints the output
Note: variables are declared as map object in parent module
Want to understand why module.modulename.outputname doesn’t work as this is the only recommended way given in Terraform doc