network_id is computed (#9102)

This commit is contained in:
Mickaël Canévet 2016-09-28 17:35:37 +02:00 committed by Sander van Harmelen
parent 032e7dfc9d
commit 1521517068
1 changed files with 1 additions and 0 deletions

View File

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