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 Sep 13, 2019
1 parent b072474 commit 723c988
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 @@ -421,9 +421,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 80
// Generated resources: 81
// Generated IAM resources: 21
// Total generated resources: 101
// Total generated resources: 102
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -477,6 +477,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_router_nat": resourceComputeRouterNat(),
"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 723c988

Please sign in to comment.