Open amarrella opened 3 years ago
What this appears to be doing is creating a snapshot of the disk after the instance is created and storing it in a bucket. This would certainly need API support first since the beta API doesn't seem to even return the disk references: https://cloud.google.com/ai-platform/notebooks/docs/reference/rest/v1beta1/projects.locations.instances#DiskType
Marking this as upstream until we have more support from the API.
Is this still blocked by missing API support upstream? (I think so, but not sure if I'm able to judge.)
location
is separate from the ask here. Note though that google_notebooks_instance is now deprecated, however I don't see a backup option on google_workbench_instance either, and it still looks like the API doesn't offer it (as best I can tell).
Community Note
Description
Creating AI Platform notebooks from the console, it's possible to select a location to backup the data to GCS:
It would be awesome if we could achieve the same via terraform :)
Unfortunately it doesn't seem to be directly supported or documented by the notebooks API, so it must be handled at some other layer.
New or Affected Resource(s)
Potential Terraform Configuration
b/360937602