File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 45
45
target_occurrences : 10
46
46
actions : ['create', 'update', 'delete']
47
47
custom_code :
48
+ post_create : ' templates/terraform/post_create/set_computed_name.tmpl'
48
49
custom_import : ' templates/terraform/custom_import/cloud_identity_group_import.go.tmpl'
49
50
exclude_sweeper : true
50
51
examples :
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ timeouts:
37
37
update_minutes : 20
38
38
delete_minutes : 20
39
39
custom_code :
40
+ post_create : ' templates/terraform/post_create/set_computed_name.tmpl'
40
41
custom_update : ' templates/terraform/custom_update/cloud_identity_group_membership.go.tmpl'
41
42
post_import : ' templates/terraform/post_import/cloud_identity_group_membership.go.tmpl'
42
43
exclude_sweeper : true
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ timeouts:
31
31
update_minutes : 20
32
32
delete_minutes : 20
33
33
custom_code :
34
+ post_create : ' templates/terraform/post_create/set_computed_name.tmpl'
34
35
custom_import : ' templates/terraform/custom_import/self_link_as_name_set_project.go.tmpl'
35
36
# Skip sweeper gen since this is a child resource.
36
37
exclude_sweeper : true
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ timeouts:
37
37
update_minutes : 20
38
38
delete_minutes : 20
39
39
custom_code :
40
+ post_create : ' templates/terraform/post_create/set_computed_name.tmpl'
40
41
custom_import : ' templates/terraform/custom_import/self_link_as_name_set_project.go.tmpl'
41
42
# Skip sweeper gen since this is a child resource.
42
43
exclude_sweeper : true
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ timeouts:
32
32
update_minutes : 20
33
33
delete_minutes : 20
34
34
custom_code :
35
+ post_create : ' templates/terraform/post_create/set_computed_name.tmpl'
35
36
custom_import : ' templates/terraform/custom_import/self_link_as_name_set_project.go.tmpl'
36
37
# Skip sweeper gen since this is a child resource.
37
38
exclude_sweeper : true
You can’t perform that action at this time.
0 commit comments