Has anyone here tried to create a nested cloudformation using the stackset resource? all works well until I try to retrieve the output values for the nested cloudformation that "lives" on the target account
I was following the docs and also found a blog explaining it. But at the end of the blog he says the following:
"outputs of the stacks created using StackSets are not easily accessible. If you want to reference something from the sub-template, the only way is to synthesize the resource names / ARNs. This is not always possible, e.g., B. with generated ARNs such as ACM certificates*
Does anyone know what he means? In my case is just an ec2
All help is appreciated it. thank you