Add `computed` flag to the `network_domain` parameter

Without this flag you will get a diff based on the `network_domain`
parameter, if you not specify the parameter.
This commit is contained in:
Sander van Harmelen 2015-10-23 09:54:54 +02:00
parent 49396ba3e0
commit aa5d02104c
1 changed files with 1 additions and 0 deletions

View File

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