PHACDataHub / infra-core

GCP infrastructure configurations using flux, crossplane and backstage
MIT License
1 stars 1 forks source link

Bind Vertex AI Managed Notebooks to Net / Subnet #5

Open vedantthapa opened 11 months ago

vedantthapa commented 11 months ago

Provisioning Vertex AI Managed Notebooks within a network / subnet causes opaque errors like: Error waiting to create Runtime: Error waiting for Creating Runtime: Error code 13, message: an internal error has occurred

This might be due to the limitations of the notebooks API as mentioned in the docs: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/notebooks_runtime

FYI; crossplane providers are a transposition of terraform providers, therefore, unresolved upstream issues propagate down.

vedantthapa commented 10 months ago

After some investigation, the issue seems to arise due to the fact that there are additional configurations required to a network / subnetwork before binding a managed notebook to it. Plus, google / terraform error message aren't super helpful.