Skip to content

Commit 0d18b4d

Browse files
rileykarsonmodular-magician
authored andcommitted
Autogenerate google_cloudbuild_trigger
1 parent b6a7f25 commit 0d18b4d

8 files changed

+1048
-739
lines changed

google/provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
117117
return mergeResourceMaps(
118118
GeneratedAppengineResourcesMap,
119119
GeneratedComputeResourcesMap,
120+
GeneratedCloudbuildResourcesMap,
120121
GeneratedDnsResourcesMap,
121122
GeneratedRedisResourcesMap,
122123
GeneratedResourceManagerResourcesMap,
@@ -131,7 +132,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
131132
"google_billing_account_iam_binding": ResourceIamBindingWithImport(IamBillingAccountSchema, NewBillingAccountIamUpdater, BillingAccountIdParseFunc),
132133
"google_billing_account_iam_member": ResourceIamMemberWithImport(IamBillingAccountSchema, NewBillingAccountIamUpdater, BillingAccountIdParseFunc),
133134
"google_billing_account_iam_policy": ResourceIamPolicyWithImport(IamBillingAccountSchema, NewBillingAccountIamUpdater, BillingAccountIdParseFunc),
134-
"google_cloudbuild_trigger": resourceCloudBuildTrigger(),
135135
"google_cloudfunctions_function": resourceCloudFunctionsFunction(),
136136
"google_cloudiot_registry": resourceCloudIoTRegistry(),
137137
"google_composer_environment": resourceComposerEnvironment(),

google/provider_cloudbuild_gen.go

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// ----------------------------------------------------------------------------
2+
//
3+
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
4+
//
5+
// ----------------------------------------------------------------------------
6+
//
7+
// This file is automatically generated by Magic Modules and manual
8+
// changes will be clobbered when the file is regenerated.
9+
//
10+
// Please read more about how to change this file in
11+
// .github/CONTRIBUTING.md.
12+
//
13+
// ----------------------------------------------------------------------------
14+
15+
package google
16+
17+
import "github.com/hashicorp/terraform/helper/schema"
18+
19+
var GeneratedCloudbuildResourcesMap = map[string]*schema.Resource{
20+
"google_cloudbuild_trigger": resourceCloudbuildTrigger(),
21+
}

0 commit comments

Comments
 (0)