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 17444df commit 659d939Copy full SHA for 659d939
colab_runtime_template_full/main.tf
@@ -53,4 +53,17 @@ resource "google_colab_runtime_template" "runtime-template" {
53
encryption_spec {
54
kms_key_name = "my-crypto-key-${local.name_suffix}"
55
}
56
+
57
+ software_config {
58
+ env {
59
+ name = "TEST"
60
+ value = 1
61
+ }
62
63
+ post_startup_script_config {
64
+ post_startup_script = "echo 'hello world'"
65
+ post_startup_script_url = "gs://colab-enterprise-pss-secure/secure_pss.sh"
66
+ post_startup_script_behavior = "RUN_ONCE"
67
68
69
0 commit comments