Merge pull request #3801 from jtopjian/jtopjian-openstack-secgroup-computed

provider/openstack: Make Security Groups Computed
This commit is contained in:
Joe Topjian 2015-11-07 12:31:15 -07:00
commit 37d4316c13
1 changed files with 1 additions and 0 deletions

View File

@ -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,
},