Skip to content

Commit

Permalink
Auto-generate BgpPeer (#1396)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and danawillow committed Nov 26, 2019
1 parent d365481 commit cfe3b7a
Show file tree
Hide file tree
Showing 7 changed files with 964 additions and 507 deletions.
6 changes: 3 additions & 3 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,9 @@ func Provider() terraform.ResourceProvider {
return provider
}

// Generated resources: 101
// Generated resources: 102
// Generated IAM resources: 39
// Total generated resources: 140
// Total generated resources: 141
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -557,6 +557,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_route": resourceComputeRoute(),
"google_compute_router": resourceComputeRouter(),
"google_compute_router_nat": resourceComputeRouterNat(),
"google_compute_router_peer": resourceComputeRouterBgpPeer(),
"google_compute_snapshot": resourceComputeSnapshot(),
"google_compute_ssl_certificate": resourceComputeSslCertificate(),
"google_compute_managed_ssl_certificate": resourceComputeManagedSslCertificate(),
Expand Down Expand Up @@ -668,7 +669,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_compute_project_metadata_item": resourceComputeProjectMetadataItem(),
"google_compute_region_instance_group_manager": resourceComputeRegionInstanceGroupManager(),
"google_compute_router_interface": resourceComputeRouterInterface(),
"google_compute_router_peer": resourceComputeRouterPeer(),
"google_compute_security_policy": resourceComputeSecurityPolicy(),
"google_compute_shared_vpc_host_project": resourceComputeSharedVpcHostProject(),
"google_compute_shared_vpc_service_project": resourceComputeSharedVpcServiceProject(),
Expand Down
Loading

0 comments on commit cfe3b7a

Please sign in to comment.