Skip to content

Commit fd208dc

Browse files
modular-magiciannat-henderson
authored andcommitted
Autogenerate Disk resource (#1521).
1 parent 3d2957b commit fd208dc

File tree

4 files changed

+1090
-378
lines changed

4 files changed

+1090
-378
lines changed

google/provider_compute_gen.go

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import "github.com/hashicorp/terraform/helper/schema"
1818

1919
var GeneratedComputeResourcesMap = map[string]*schema.Resource{
2020
"google_compute_backend_bucket": resourceComputeBackendBucket(),
21+
"google_compute_disk": resourceComputeDisk(),
2122
"google_compute_global_address": resourceComputeGlobalAddress(),
2223
"google_compute_http_health_check": resourceComputeHttpHealthCheck(),
2324
"google_compute_https_health_check": resourceComputeHttpsHealthCheck(),

0 commit comments

Comments
 (0)