Skip to content

Commit 15e2437

Browse files
authored
Merge pull request hashicorp#378 from modular-magician/codegen-pr-1102
[Terraform] Gcloud scheduler
2 parents 4f4942e + e7c3052 commit 15e2437

6 files changed

+1538
-0
lines changed

google-beta/provider.go

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
138138
GeneratedContainerAnalysisResourcesMap,
139139
GeneratedFilestoreResourcesMap,
140140
GeneratedAccessContextManagerResourcesMap,
141+
GeneratedCloudSchedulerResourcesMap,
141142
// end beta-only products
142143
GeneratedAppEngineResourcesMap,
143144
GeneratedComputeResourcesMap,
+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 GeneratedCloudSchedulerResourcesMap = map[string]*schema.Resource{
20+
"google_cloud_scheduler_job": resourceCloudSchedulerJob(),
21+
}

0 commit comments

Comments
 (0)