Skip to content

Commit

Permalink
Merge pull request terraform-provider-openstack#65 from terraform-pro…
Browse files Browse the repository at this point in the history
…viders/remove-provider-field

r/lb_loadbalancer_v2: Remove 'provider' field
  • Loading branch information
jtopjian committed Aug 10, 2017
2 parents b298614 + 878e5fe commit b0a399a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions openstack/resource_openstack_lb_loadbalancer_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ func resourceLoadBalancerV2() *schema.Resource {
ForceNew: true,
},

"provider": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
Deprecated: "Please use loadbalancer_provider",
},

"loadbalancer_provider": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Expand Down
2 changes: 0 additions & 2 deletions website/docs/r/lb_loadbalancer_v2.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ The following arguments are supported:
* `flavor` - (Optional) The UUID of a flavor. Changing this creates a new
loadbalancer.

* `provider` - (Deprecated) Use `loadbalancer_provider` instead.

* `loadbalancer_provider` - (Optional) The name of the provider. Changing this
creates a new loadbalancer.

Expand Down

0 comments on commit b0a399a

Please sign in to comment.