provider/google: set subnetwork_project to computed

pull/11646/head
Dana Hoffman 9 years ago
parent 0a60142080
commit df0210401d

@ -207,6 +207,7 @@ func resourceComputeInstanceTemplate() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"access_config": &schema.Schema{

Loading…
Cancel
Save