If you look up a nested stack in Cloudformation using “–physical-resource-id”, it won’t return anything. If you instead switch to –stack-name, you can find it.
aws cloudformation describe-stack-resources --stack-name $STACK
Principal Engineer
If you look up a nested stack in Cloudformation using “–physical-resource-id”, it won’t return anything. If you instead switch to –stack-name, you can find it.
aws cloudformation describe-stack-resources --stack-name $STACK