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

provider/openstack: Make Security Groups Computed
pull/3814/head
Joe Topjian 11 years ago
commit 37d4316c13

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

Loading…
Cancel
Save