File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments