@@ -117,6 +117,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
117
117
return mergeResourceMaps (
118
118
GeneratedAppengineResourcesMap ,
119
119
GeneratedComputeResourcesMap ,
120
+ GeneratedCloudbuildResourcesMap ,
120
121
GeneratedDnsResourcesMap ,
121
122
GeneratedRedisResourcesMap ,
122
123
GeneratedResourceManagerResourcesMap ,
@@ -131,7 +132,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
131
132
"google_billing_account_iam_binding" : ResourceIamBindingWithImport (IamBillingAccountSchema , NewBillingAccountIamUpdater , BillingAccountIdParseFunc ),
132
133
"google_billing_account_iam_member" : ResourceIamMemberWithImport (IamBillingAccountSchema , NewBillingAccountIamUpdater , BillingAccountIdParseFunc ),
133
134
"google_billing_account_iam_policy" : ResourceIamPolicyWithImport (IamBillingAccountSchema , NewBillingAccountIamUpdater , BillingAccountIdParseFunc ),
134
- "google_cloudbuild_trigger" : resourceCloudBuildTrigger (),
135
135
"google_cloudfunctions_function" : resourceCloudFunctionsFunction (),
136
136
"google_cloudiot_registry" : resourceCloudIoTRegistry (),
137
137
"google_composer_environment" : resourceComposerEnvironment (),
0 commit comments