Merge pull request #11646 from danawillow/google-subnetwork

provider/google: set subnetwork_project to computed
This commit is contained in:
Dana Hoffman 2017-02-09 15:01:15 -08:00 committed by GitHub
commit d8e4f9545f

View File

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