Fix VPN gateway data source schema for "network" attribute. (#1086)

This commit is contained in:
Julien Phalip 2018-02-14 16:16:42 -08:00 committed by Nathan McKinley
parent f117837c6f
commit c607b466f6

View File

@ -41,7 +41,7 @@ func dataSourceGoogleComputeVpnGateway() *schema.Resource {
"network": &schema.Schema{ "network": &schema.Schema{
Type: schema.TypeString, Type: schema.TypeString,
Optional: true, Computed: true,
}, },
}, },
} }