Disable autogeneration for google_compute_vpn_gateway (#1432)

* Disable autogeneration for google_compute_vpn_gateway

* Revert unrelated change to backend bucket
This commit is contained in:
The Magician 2018-05-03 17:50:48 -07:00 committed by Vincent Roseberry
parent 1567ac0879
commit 9c5f5f63a3

View File

@ -25,5 +25,4 @@ var GeneratedComputeResourcesMap = map[string]*schema.Resource{
"google_compute_target_https_proxy": resourceComputeTargetHttpsProxy(),
"google_compute_target_ssl_proxy": resourceComputeTargetSslProxy(),
"google_compute_target_tcp_proxy": resourceComputeTargetTcpProxy(),
"google_compute_vpn_gateway": resourceComputeVpnGateway(),
}