Skip to content

Commit

Permalink
Fix VPN gateway data source schema for "network" attribute. (hashicor…
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip authored and nat-henderson committed Feb 15, 2018
1 parent f117837 commit c607b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/data_source_google_compute_vpn_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func dataSourceGoogleComputeVpnGateway() *schema.Resource {

"network": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
},
},
}
Expand Down

0 comments on commit c607b46

Please sign in to comment.