Skip to content

Commit

Permalink
Merge pull request #3801 from jtopjian/jtopjian-openstack-secgroup-co…
Browse files Browse the repository at this point in the history
…mputed

provider/openstack: Make Security Groups Computed
  • Loading branch information
jtopjian committed Nov 7, 2015
2 parents 1bb26a4 + 98a4413 commit 37d4316
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func resourceComputeInstanceV2() *schema.Resource {
Type: schema.TypeSet,
Optional: true,
ForceNew: false,
Computed: true,
Elem: &schema.Schema{Type: schema.TypeString},
Set: schema.HashString,
},
Expand Down

0 comments on commit 37d4316

Please sign in to comment.