network_id is computed (#9102)
This commit is contained in:
parent
032e7dfc9d
commit
1521517068
|
@ -40,6 +40,7 @@ func resourceCloudStackInstance() *schema.Resource {
|
|||
"network_id": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue