Making the network resource computable

This allows the obtained network information to be successfully stored
for environments that do not require a network resource to be specified.
This commit is contained in:
Joe Topjian 2015-04-01 16:06:47 +00:00
parent 67e33a7ac9
commit 4244d0947e
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ func resourceComputeInstanceV2() *schema.Resource {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Computed: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"uuid": &schema.Schema{