provider/google: set subnetwork_project to computed

This commit is contained in:
Dana Hoffman 2017-02-02 13:36:22 -08:00
parent 0a60142080
commit df0210401d
1 changed files with 1 additions and 0 deletions

View File

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