We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8798e commit 7539dc0Copy full SHA for 7539dc0
2 files changed
colab_runtime_template_full/main.tf
@@ -65,5 +65,9 @@ resource "google_colab_runtime_template" "runtime-template" {
65
post_startup_script_url = "gs://colab-enterprise-pss-secure/secure_pss.sh"
66
post_startup_script_behavior = "RUN_ONCE"
67
}
68
+
69
+ colab_image {
70
+ release_name = "py312"
71
+ }
72
73
colab_runtime_template_no_name/main.tf
@@ -9,4 +9,7 @@ resource "google_colab_runtime_template" "runtime-template" {
9
network_spec {
10
enable_internet_access = true
11
12
13
+ software_config {
14
15
0 commit comments