Skip to content

Commit

Permalink
Remove Computed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Jun 27, 2016
1 parent b4c7a27 commit 318310c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builtin/providers/cloudstack/resource_cloudstack_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 318310c

Please sign in to comment.