Remove Computed flag

This commit is contained in:
Mickaël Canévet 2016-06-27 09:57:21 +02:00
parent b4c7a274fa
commit 318310c019
1 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@ func resourceCloudStackInstance() *schema.Resource {
"security_group_ids": &schema.Schema{
Type: schema.TypeSet,
Optional: true,
Computed: true,
ForceNew: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
@ -102,7 +101,6 @@ func resourceCloudStackInstance() *schema.Resource {
"security_group_names": &schema.Schema{
Type: schema.TypeSet,
Optional: true,
Computed: true,
ForceNew: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,