Skip to content

Commit

Permalink
Merge pull request #4966 from modular-magician/codegen-pr-2736
Browse files Browse the repository at this point in the history
Dataproc autoscaling ga
  • Loading branch information
slevenick authored Nov 22, 2019
2 parents fbe1dfd + ef26a80 commit 87cc23d
Show file tree
Hide file tree
Showing 6 changed files with 1,183 additions and 2 deletions.
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 82
// Generated resources: 83
// Generated IAM resources: 39
// Total generated resources: 121
// Total generated resources: 122
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -526,6 +526,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_url_map": resourceComputeUrlMap(),
"google_compute_vpn_tunnel": resourceComputeVpnTunnel(),
"google_container_analysis_note": resourceContainerAnalysisNote(),
"google_dataproc_autoscaling_policy": resourceDataprocAutoscalingPolicy(),
"google_dns_managed_zone": resourceDNSManagedZone(),
"google_filestore_instance": resourceFilestoreInstance(),
"google_firestore_index": resourceFirestoreIndex(),
Expand Down
Loading

0 comments on commit 87cc23d

Please sign in to comment.