Skip to content

Commit

Permalink
Merge pull request #378 from modular-magician/codegen-pr-1102
Browse files Browse the repository at this point in the history
[Terraform] Gcloud scheduler
  • Loading branch information
emilymye authored Jan 28, 2019
2 parents 4f4942e + e7c3052 commit 15e2437
Show file tree
Hide file tree
Showing 6 changed files with 1,538 additions and 0 deletions.
1 change: 1 addition & 0 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
GeneratedContainerAnalysisResourcesMap,
GeneratedFilestoreResourcesMap,
GeneratedAccessContextManagerResourcesMap,
GeneratedCloudSchedulerResourcesMap,
// end beta-only products
GeneratedAppEngineResourcesMap,
GeneratedComputeResourcesMap,
Expand Down
21 changes: 21 additions & 0 deletions google-beta/provider_cloudscheduler_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 GeneratedCloudSchedulerResourcesMap = map[string]*schema.Resource{
"google_cloud_scheduler_job": resourceCloudSchedulerJob(),
}
Loading

0 comments on commit 15e2437

Please sign in to comment.