provider/google: set subnetwork_project to computed
This commit is contained in:
parent
0a60142080
commit
df0210401d
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue