Skip to content

Commit

Permalink
Remove tests for RegionUrlMap from GA provider
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
Ty Larrabee authored and modular-magician committed Sep 23, 2019
1 parent 9513ee9 commit 61cb96a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,681 deletions.
5 changes: 2 additions & 3 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 79
// Generated resources: 78
// Generated IAM resources: 24
// Total generated resources: 103
// Total generated resources: 102
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -481,7 +481,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_node_template": resourceComputeNodeTemplate(),
"google_compute_region_autoscaler": resourceComputeRegionAutoscaler(),
"google_compute_region_disk": resourceComputeRegionDisk(),
"google_compute_region_url_map": resourceComputeRegionUrlMap(),
"google_compute_resource_policy": resourceComputeResourcePolicy(),
"google_compute_route": resourceComputeRoute(),
"google_compute_router": resourceComputeRouter(),
Expand Down
Loading

0 comments on commit 61cb96a

Please sign in to comment.