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
Deployment failed when deploying Data Science module if the createusermanaged is set to false in Data Science module. The reason is the Terraform module of google managed notebooks (google_notebooks_runtime) doesn't have the attribute of "proxy_uri".
To Reproduce
Steps to reproduce the behavior:
As described above
Expected behavior
Terraform execution should be successful
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: MacOS
Browser Chrome
Version N/A
Additional context
Solution is to fix the notebooks_googlemanaged_urls in modules/data_science/outputs.tf. Will raise a PR shortly.
Logs
Any relevant logs that you can provide. Please remove any identifying information.
Labels
Please add a label that identifies what component(s) this issue applies to.
The text was updated successfully, but these errors were encountered:
Describe the bug
Deployment failed when deploying Data Science module if the createusermanaged is set to false in Data Science module. The reason is the Terraform module of google managed notebooks (google_notebooks_runtime) doesn't have the attribute of "proxy_uri".
To Reproduce
Steps to reproduce the behavior:
As described above
Expected behavior
Terraform execution should be successful
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Solution is to fix the notebooks_googlemanaged_urls in modules/data_science/outputs.tf. Will raise a PR shortly.
Logs
Any relevant logs that you can provide. Please remove any identifying information.
Labels
Please add a label that identifies what component(s) this issue applies to.
The text was updated successfully, but these errors were encountered: