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 9ad503f commit 0ea2b56Copy full SHA for 0ea2b56
colab_runtime_template_full/main.tf
@@ -41,29 +41,16 @@ resource "google_colab_runtime_template" "runtime-template" {
41
}
42
43
euc_config {
44
- euc_disabled = true
+ euc_disabled = false
45
46
47
shielded_vm_config {
48
- enable_secure_boot = true
+ enable_secure_boot = false
49
50
51
network_tags = ["abc", "def"]
52
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