Merge pull request #7422 from jtopjian/openstack-lbpoolmember-deprecated

provider/openstack: Deprecate openstack_lb_pool_v1 member attribute
This commit is contained in:
Joe Topjian 2016-07-01 20:37:23 -06:00 committed by GitHub
commit de99379a87
1 changed files with 3 additions and 2 deletions

View File

@ -65,6 +65,7 @@ func resourceLBPoolV1() *schema.Resource {
},
"member": &schema.Schema{
Type: schema.TypeSet,
Deprecated: "Use openstack_lb_member_v1 instead. This attribute will be removed in a future version.",
Optional: true,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{