Skip to content

Commit

Permalink
Add GCE Zonal Reservation resource
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
rileykarson authored and modular-magician committed Aug 23, 2019
1 parent 1ed5f94 commit aae6064
Show file tree
Hide file tree
Showing 4 changed files with 1,005 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 @@ -396,9 +396,9 @@ func Provider() terraform.ResourceProvider {
}
}

// Generated resources: 72
// Generated resources: 73
// Generated IAM resources: 6
// Total generated resources: 78
// Total generated resources: 79
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -446,6 +446,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_router": resourceComputeRouter(),
"google_compute_snapshot": resourceComputeSnapshot(),
"google_compute_ssl_certificate": resourceComputeSslCertificate(),
"google_compute_reservation": resourceComputeReservation(),
"google_compute_ssl_policy": resourceComputeSslPolicy(),
"google_compute_subnetwork": resourceComputeSubnetwork(),
"google_compute_target_http_proxy": resourceComputeTargetHttpProxy(),
Expand Down
Loading

0 comments on commit aae6064

Please sign in to comment.