You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Deploying on a shared VPC from another GCP project is not working properly
module.network.google_compute_global_address.private_ip_addresses: Creating...
Error: Error creating GlobalAddress: googleapi: Error 400: Invalid value for field 'resource.network': 'projects/<another project>/global/networks/<shared VPC name>'. The specified network can not come from a different project., invalid
To Reproduce
run make deploy with a shared VPC as TF_VAR_network_name
Expected behavior
MLFlow server deployed on the shared VPC
The text was updated successfully, but these errors were encountered:
Hi Alexis, Did you find any luck or workaround for this error, I'm facing a similar error while provisioning cloudsql instance with private IP from a sharedVPC which is part of a separate host networking project.
Describe the bug
Deploying on a shared VPC from another GCP project is not working properly
To Reproduce
run make deploy with a shared VPC as TF_VAR_network_name
Expected behavior
MLFlow server deployed on the shared VPC
The text was updated successfully, but these errors were encountered: