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

fixing data group and irule resources #122

Closed dannyk81 closed 6 years ago

dannyk81 commented 6 years ago

@scshitole Did another pass at this and I'm now fairly confident that this fixes all issues I've been having with these resources.

NOTE: The datagroup fix depends on https://github.com/f5devcentral/go-bigip/pull/17

iRule resource: 1) Fix some logging and error handling 2) Correctly update the state in Read function

Data Group resource: 1) Fix some logging and error handling 2) Update records attribute in Read method

dannyk81 commented 6 years ago

Thanks for merging @scshitole, but this won't work without https://github.com/f5devcentral/go-bigip/pull/17

and after merging the above, you'd need to run dep update here.