Skip to content

Commit f2d67fd

Browse files
modular-magicianrosbo
authored andcommitted
Autogenerate provider-compute-gen.go file (#1402)
1 parent b01028f commit f2d67fd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

google/provider_compute_gen.go

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 GeneratedComputeResourcesMap = map[string]*schema.Resource{
20+
"google_compute_backend_bucket": resourceComputeBackendBucket(),
21+
"google_compute_global_address": resourceComputeGlobalAddress(),
22+
"google_compute_http_health_check": resourceComputeHttpHealthCheck(),
23+
"google_compute_https_health_check": resourceComputeHttpsHealthCheck(),
24+
"google_compute_target_http_proxy": resourceComputeTargetHttpProxy(),
25+
"google_compute_target_ssl_proxy": resourceComputeTargetSslProxy(),
26+
}

0 commit comments

Comments
 (0)