@@ -39,6 +39,7 @@ custom_code:
3939 encoder : ' templates/terraform/encoders/cloudbuildv2_repository.go.tmpl'
4040exclude_tgc : true
4141legacy_long_form_project : true
42+ include_in_tgc_next_DO_NOT_USE : true
4243examples :
4344# These tests depend on secrets stored in a separate project, so we prefer not
4445# to show them in the docs.
@@ -48,18 +49,24 @@ examples:
4849 connection_name : ' connection'
4950 repository_name : ' repository'
5051 exclude_docs : true
52+ tgc_test_ignore_extra :
53+ - annotations # It has empty object in Terraform configuration
5154 - name : ' cloudbuildv2_repository_github'
5255 primary_resource_id : ' primary'
5356 vars :
5457 connection_name : ' connection'
5558 repository_name : ' repository'
5659 exclude_docs : true
60+ tgc_test_ignore_extra :
61+ - annotations # It has empty object in Terraform configuration
5762 - name : ' cloudbuildv2_repository_gle'
5863 primary_resource_id : ' primary'
5964 vars :
6065 connection_name : ' connection'
6166 repository_name : ' repository'
6267 exclude_docs : true
68+ tgc_test_ignore_extra :
69+ - annotations # It has empty object in Terraform configuration
6370 - name : ' cloudbuildv2_repository_ghe_doc'
6471 exclude_test : true
6572 - name : ' cloudbuildv2_repository_github_doc'
@@ -88,6 +95,8 @@ properties:
8895 required : true
8996 immutable : true
9097 ignore_read : true
98+ tgc_ignore_read : true
99+ custom_tgc_expand : ' templates/tgc_next/custom_expand/cloudbuildv2_repository_name.go.tmpl'
91100 - name : ' remoteUri'
92101 type : String
93102 description : Required. Git Clone HTTPS URI.
0 commit comments