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 8335f42 commit ff5ddd3
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 @@ -84,7 +84,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 @@ -94,7 +93,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 ff5ddd3

Please sign in to comment.