Skip to content

Commit

Permalink
Autogenerate google_cloudbuild_trigger (#308)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
  • Loading branch information
modular-magician authored and rileykarson committed Jan 4, 2019
1 parent cc333ab commit 6bd992e
Show file tree
Hide file tree
Showing 8 changed files with 1,050 additions and 739 deletions.
2 changes: 1 addition & 1 deletion google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
// end beta-only products
GeneratedAppengineResourcesMap,
GeneratedComputeResourcesMap,
GeneratedCloudbuildResourcesMap,
GeneratedDnsResourcesMap,
GeneratedRedisResourcesMap,
GeneratedResourceManagerResourcesMap,
Expand All @@ -138,7 +139,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_billing_account_iam_binding": ResourceIamBindingWithImport(IamBillingAccountSchema, NewBillingAccountIamUpdater, BillingAccountIdParseFunc),
"google_billing_account_iam_member": ResourceIamMemberWithImport(IamBillingAccountSchema, NewBillingAccountIamUpdater, BillingAccountIdParseFunc),
"google_billing_account_iam_policy": ResourceIamPolicyWithImport(IamBillingAccountSchema, NewBillingAccountIamUpdater, BillingAccountIdParseFunc),
"google_cloudbuild_trigger": resourceCloudBuildTrigger(),
"google_cloudfunctions_function": resourceCloudFunctionsFunction(),
"google_cloudiot_registry": resourceCloudIoTRegistry(),
"google_composer_environment": resourceComposerEnvironment(),
Expand Down
21 changes: 21 additions & 0 deletions google-beta/provider_cloudbuild_gen.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// ----------------------------------------------------------------------------
//
// *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
//
// ----------------------------------------------------------------------------
//
// This file is automatically generated by Magic Modules and manual
// changes will be clobbered when the file is regenerated.
//
// Please read more about how to change this file in
// .github/CONTRIBUTING.md.
//
// ----------------------------------------------------------------------------

package google

import "github.com/hashicorp/terraform/helper/schema"

var GeneratedCloudbuildResourcesMap = map[string]*schema.Resource{
"google_cloudbuild_trigger": resourceCloudbuildTrigger(),
}
Loading

0 comments on commit 6bd992e

Please sign in to comment.