We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0093763 commit ef5bac5Copy full SHA for ef5bac5
colab_runtime_full/main.tf
@@ -55,6 +55,8 @@ resource "google_colab_runtime" "runtime" {
55
56
desired_state = "ACTIVE"
57
58
+ auto_upgrade = true
59
+
60
depends_on = [
61
google_colab_runtime_template.my_template
62
]
0 commit comments