File tree 2 files changed +12
-0
lines changed
templates/terraform/iam/example_config_body
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ async:
31
31
type : ' OpAsync'
32
32
operation :
33
33
full_url : ' https://{{location}}-aiplatform.googleapis.com/v1/{{op_id}}'
34
+ iam_policy :
35
+ parent_resource_attribute : ' runtime_template'
36
+ method_name_separator : ' :'
37
+ fetch_iam_policy_verb : ' POST'
38
+ example_config_body : ' templates/terraform/iam/example_config_body/colab_runtime_template.tf.tmpl'
39
+ import_format :
40
+ - ' projects/{{project}}/locations/{{location}}/notebookRuntimeTemplates/{{runtime_template}}'
41
+ - ' {{runtime_template}}'
34
42
custom_code :
35
43
post_create : ' templates/terraform/post_create/colab_runtime_template.tmpl'
36
44
examples :
Original file line number Diff line number Diff line change
1
+
2
+ project = google_colab_runtime_template.runtime-template.project
3
+ location = google_colab_runtime_template.runtime-template.location
4
+ runtime_template = google_colab_runtime_template.runtime-template.name
You can’t perform that action at this time.
0 commit comments