Skip to content

Commit 78d9ed0

Browse files
committed
Removed everything except bigquerydatatransfer
I'm going to split these into individual PRs so they're easier to review
1 parent 2751244 commit 78d9ed0

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

mmv1/products/cloudidentity/Group.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ async:
4545
target_occurrences: 10
4646
actions: ['create', 'update', 'delete']
4747
custom_code:
48+
post_create: 'templates/terraform/post_create/set_computed_name.tmpl'
4849
custom_import: 'templates/terraform/custom_import/cloud_identity_group_import.go.tmpl'
4950
exclude_sweeper: true
5051
examples:

mmv1/products/cloudidentity/GroupMembership.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ timeouts:
3737
update_minutes: 20
3838
delete_minutes: 20
3939
custom_code:
40+
post_create: 'templates/terraform/post_create/set_computed_name.tmpl'
4041
custom_update: 'templates/terraform/custom_update/cloud_identity_group_membership.go.tmpl'
4142
post_import: 'templates/terraform/post_import/cloud_identity_group_membership.go.tmpl'
4243
exclude_sweeper: true

mmv1/products/dialogflow/EntityType.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ timeouts:
3131
update_minutes: 20
3232
delete_minutes: 20
3333
custom_code:
34+
post_create: 'templates/terraform/post_create/set_computed_name.tmpl'
3435
custom_import: 'templates/terraform/custom_import/self_link_as_name_set_project.go.tmpl'
3536
# Skip sweeper gen since this is a child resource.
3637
exclude_sweeper: true

mmv1/products/dialogflow/Fulfillment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ timeouts:
3737
update_minutes: 20
3838
delete_minutes: 20
3939
custom_code:
40+
post_create: 'templates/terraform/post_create/set_computed_name.tmpl'
4041
custom_import: 'templates/terraform/custom_import/self_link_as_name_set_project.go.tmpl'
4142
# Skip sweeper gen since this is a child resource.
4243
exclude_sweeper: true

mmv1/products/dialogflow/Intent.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ timeouts:
3232
update_minutes: 20
3333
delete_minutes: 20
3434
custom_code:
35+
post_create: 'templates/terraform/post_create/set_computed_name.tmpl'
3536
custom_import: 'templates/terraform/custom_import/self_link_as_name_set_project.go.tmpl'
3637
# Skip sweeper gen since this is a child resource.
3738
exclude_sweeper: true

0 commit comments

Comments
 (0)