Skip to content

Commit 26321e1

Browse files
authored
tgc-revival: add google_apphub_service_project_attachment (#14853)
1 parent 4432cde commit 26321e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mmv1/products/apphub/ServiceProjectAttachment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ async:
3838
resource_inside_response: true
3939
custom_code:
4040
constants: 'templates/terraform/constants/apphub_service_project.go.tmpl'
41+
include_in_tgc_next_DO_NOT_USE: true
4142
examples:
4243
- name: 'service_project_attachment_basic'
4344
config_path: 'templates/terraform/examples/apphub_service_project_attachment_basic.tf.tmpl'
@@ -57,6 +58,10 @@ examples:
5758
org_id: 'ORG_ID'
5859
host_project: 'PROJECT_NAME'
5960
external_providers: ["random", "time"]
61+
tgc_test_ignore_extra:
62+
# This field is not converted from cai2hcl, as this field is not useful.
63+
# The diff_suppress_func suppresses the diff for this field for all of cases, then this field is not in terraform plan
64+
- 'service_project'
6065
parameters:
6166
- name: 'serviceProjectAttachmentId'
6267
type: String

0 commit comments

Comments
 (0)