alienczf
Results
1
comments of
alienczf
experiencing the same issue running a pretty minimal example: ``` resource "google_notebooks_instance" "notebook" { name = "jupyter-instance" location = var.zone machine_type = "e2-medium" container_image { repository = "gcr.io/deeplearning-platform-release/base-cpu" tag =...