Merge pull request #3613 from svanharmelen/b-cloudstack-vpc

provider/cloudstack: add `computed` flag to the `network_domain` parameter
This commit is contained in:
Sander van Harmelen 2015-10-23 10:06:37 +02:00
commit 477988497e
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,
},