Get vpc id from another git repo project

Hi,

I have created one git repo “repo1” project in which I have created all the infra related services… like vpc, private and public subnets, vpc routes…

In another git repo “repo2” project, I have to create bastion host, eks cluster… now how can I get vpc_id from 1st git “repo1” and use it in 2nd git “repo2”.

You can export the output of Proj1 to the Parameter Store and then you can call these parameters from Proj2.
Else there has to single CI for both projects to achieve the said objective.