I have two projects in GCP: HOST and APP In HOST I have Shared VPC network 'shared' and subnet 'snet0' In APP I have a redis instance, redis-network and Serverless VPC access (connected to the redis-network)
Now I need cloud run instance (in project APP) that has access to both: the subnet from HOST and the redis connector form APP.
I cannot use both in cloud run in the same time.
What is the best way to combine this?