Skip to content

Commit aae6064

Browse files
rileykarsonmodular-magician
authored andcommitted
Add GCE Zonal Reservation resource
Signed-off-by: Modular Magician <[email protected]>
1 parent 1ed5f94 commit aae6064

4 files changed

+1005
-2
lines changed

google/provider.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,9 @@ func Provider() terraform.ResourceProvider {
396396
}
397397
}
398398

399-
// Generated resources: 72
399+
// Generated resources: 73
400400
// Generated IAM resources: 6
401-
// Total generated resources: 78
401+
// Total generated resources: 79
402402
func ResourceMap() map[string]*schema.Resource {
403403
resourceMap, _ := ResourceMapWithErrors()
404404
return resourceMap
@@ -446,6 +446,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
446446
"google_compute_router": resourceComputeRouter(),
447447
"google_compute_snapshot": resourceComputeSnapshot(),
448448
"google_compute_ssl_certificate": resourceComputeSslCertificate(),
449+
"google_compute_reservation": resourceComputeReservation(),
449450
"google_compute_ssl_policy": resourceComputeSslPolicy(),
450451
"google_compute_subnetwork": resourceComputeSubnetwork(),
451452
"google_compute_target_http_proxy": resourceComputeTargetHttpProxy(),

0 commit comments

Comments
 (0)