f5devcentral / terraform-provider-bigip-old

This Repo is Deprecated please refer to https://github.com/terraform-providers/terraform-provider-bigip Provider is Published !
Mozilla Public License 2.0
32 stars 15 forks source link

Fix return value in resource_bigip_ltm_node #116

Closed dannyk81 closed 6 years ago

dannyk81 commented 6 years ago

When modifying a Node, if an error is received from the F5 the function should return err not nil

@scshitole I guess this was overlooked.