Not able to pass terraform output to other module

I’m not able to pass the list of list’s output created gcp projects to other cloud storage module to create the respective buckets in those modules. I’m getting the output as below, please help me in passing them to other module

project_id: [
value = [
gcp-prj-1
gcp-prj-2
gcp-prj-3
]
]