Merge pull request #11646 from danawillow/google-subnetwork

provider/google: set subnetwork_project to computed
pull/11877/head
Dana Hoffman 9 years ago committed by GitHub
commit d8e4f9545f

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

Loading…
Cancel
Save