@@ -17,14 +17,15 @@ package google
17
17
import "github.com/hashicorp/terraform/helper/schema"
18
18
19
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_ssl_policy" : resourceComputeSslPolicy (),
25
- "google_compute_target_http_proxy" : resourceComputeTargetHttpProxy (),
26
- "google_compute_target_https_proxy" : resourceComputeTargetHttpsProxy (),
27
- "google_compute_target_ssl_proxy" : resourceComputeTargetSslProxy (),
28
- "google_compute_target_tcp_proxy" : resourceComputeTargetTcpProxy (),
29
- "google_compute_vpn_gateway" : resourceComputeVpnGateway (),
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_interconnect_attachment" : resourceComputeInterconnectAttachment (),
25
+ "google_compute_ssl_policy" : resourceComputeSslPolicy (),
26
+ "google_compute_target_http_proxy" : resourceComputeTargetHttpProxy (),
27
+ "google_compute_target_https_proxy" : resourceComputeTargetHttpsProxy (),
28
+ "google_compute_target_ssl_proxy" : resourceComputeTargetSslProxy (),
29
+ "google_compute_target_tcp_proxy" : resourceComputeTargetTcpProxy (),
30
+ "google_compute_vpn_gateway" : resourceComputeVpnGateway (),
30
31
}
0 commit comments