Skip to content

Commit

Permalink
Autogenerate HealthCheck resource (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-magician authored and rileykarson committed Aug 27, 2018
1 parent 83406c3 commit f1f0bc9
Show file tree
Hide file tree
Showing 3 changed files with 992 additions and 449 deletions.
1 change: 1 addition & 0 deletions google/provider_compute_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var GeneratedComputeResourcesMap = map[string]*schema.Resource{
"google_compute_global_address": resourceComputeGlobalAddress(),
"google_compute_http_health_check": resourceComputeHttpHealthCheck(),
"google_compute_https_health_check": resourceComputeHttpsHealthCheck(),
"google_compute_health_check": resourceComputeHealthCheck(),
"google_compute_region_autoscaler": resourceComputeRegionAutoscaler(),
"google_compute_region_disk": resourceComputeRegionDisk(),
"google_compute_route": resourceComputeRoute(),
Expand Down
Loading

0 comments on commit f1f0bc9

Please sign in to comment.