provider/openstack: Deprecate openstack_lb_pool_v1 member attribute

This commit marks the "member" attribute of the
openstack_lb_pool_v1 resource as being deprecated. Users should begin
migrating to the openstack_lb_member_v1 resource.
This commit is contained in:
Joe Topjian 2016-06-30 02:12:15 +00:00
parent 124e0906e1
commit 4ca5c948b6
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{